{"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Analysis.Complex.Basic\n/-!\n# The Clifford Algebra\n\nThis file defines the Gamma matrices.\n\n-/\n/-! TODO: Prove algebra generated by gamma matrices is isomorphic to Clifford algebra. -/\n/-! TODO: Define relations between the gamma matrices. -/\nnamespace spaceTime\nopen Complex\n\nnoncomputable section diracRepresentation\n\n/-- The \u03b3\u2070 gamma matrix in the Dirac representation. -/\ndef \u03b30 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![1, 0, 0, 0], ![0, 1, 0, 0], ![0, 0, -1, 0], ![0, 0, 0, -1]]\n\n/-- The \u03b3\u00b9 gamma matrix in the Dirac representation. -/\ndef \u03b31 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 0, 1], ![0, 0, 1, 0], ![0, -1, 0, 0], ![-1, 0, 0, 0]]\n\n/-- The \u03b3\u00b2 gamma matrix in the Dirac representation. -/\ndef \u03b32 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 0, - I], ![0, 0, I, 0], ![0, I, 0, 0], ![-I, 0, 0, 0]]\n\n/-- The \u03b3\u00b3 gamma matrix in the Dirac representation. -/\ndef \u03b33 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 1, 0], ![0, 0, 0, -1], ![-1, 0, 0, 0], ![0, 1, 0, 0]]\n\n/-- The \u03b3\u2075 gamma matrix in the Dirac representation. -/\ndef \u03b35 : Matrix (Fin 4) (Fin 4) \u2102 := I \u2022 (\u03b30 * \u03b31 * \u03b32 * \u03b33)\n\n/-- The \u03b3 gamma matrices in the Dirac representation. -/\n@[simp]\ndef \u03b3 : Fin 4 \u2192 Matrix (Fin 4) (Fin 4) \u2102 := ![\u03b30, \u03b31, \u03b32, \u03b33]\n\nnamespace \u03b3\n\nopen spaceTime\n\nvariable (\u03bc \u03bd : Fin 4)\n\n/-- The subset of `Matrix (Fin 4) (Fin 4) \u2102` formed by the gamma matrices in the Dirac\nrepresentation. -/\n@[simp]\ndef \u03b3Set : Set (Matrix (Fin 4) (Fin 4) \u2102) := {\u03b3 i | i : Fin 4}\n\n", "theoremStatement": "lemma \u03b3_in_\u03b3Set (\u03bc : Fin 4) : \u03b3 \u03bc \u2208 \u03b3Set ", "theoremName": "spaceTime.\u03b3.\u03b3_in_\u03b3Set", "fileCreated": {"commit": "7020263", "date": "2024-05-14"}, "theoremCreated": {"commit": "b9c2086", "date": "2024-05-10"}, "file": "hep_lean/HepLean/SpaceTime/CliffordAlgebra.lean", "module": "HepLean.SpaceTime.CliffordAlgebra", "jsonFile": "HepLean.SpaceTime.CliffordAlgebra.jsonl", "positionMetadata": {"lineInFile": 54, "tokenPositionInFile": 1613, "theoremPositionInFile": 7}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 6, "repositoryPremises": true, "numRepositoryPremises": 6, "numPremises": 23, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Tactic.Cases", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Tactic.SimpRw", "Mathlib.Algebra.Group.Basic", "Mathlib.Tactic.Inhabit", "Mathlib.Data.Prod.Basic", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Data.Sum.Basic", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Unique", "Mathlib.Tactic.Spread", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Data.Bool.Basic", "Mathlib.Data.Option.Defs", "Mathlib.Data.Sigma.Basic", "Mathlib.Data.Subtype", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Init.Data.Quot", "Mathlib.Logic.Relator", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Tactic.Coe", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Tactic.Substs", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Function.Conjugate", "Mathlib.Tactic.Lift", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lint", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Init.Control.Combinators", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Opposites", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Init.Order.LinearOrder", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.Group.Prod", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.Set.Defs", "Mathlib.Order.BoundedOrder", "Mathlib.Order.Disjoint", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Data.Option.NAry", "Mathlib.Data.Option.Basic", "Mathlib.Order.WithBot", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Data.Int.Basic", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.WellFounded", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Control.Functor", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Data.List.GetD", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Rat.Init", "Mathlib.Data.Rat.Defs", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Data.Rat.Order", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Algebra.Invertible.Basic", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.Algebra.Field.Defs", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Tactic.Positivity.Core", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Util.AtomM", "Mathlib.Tactic.Abel", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.Algebra.Module.Pi", "Mathlib.Algebra.Module.Prod", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Algebra.Parity", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Algebra.GeomSum", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Basic", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Archimedean", "Mathlib.Order.Iterate", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.Algebra.Constructions", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Algebra.Star.Order", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.Order", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n simp [\u03b3Set]", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 19}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Analysis.Complex.Basic\n/-!\n# The Clifford Algebra\n\nThis file defines the Gamma matrices.\n\n-/\n/-! TODO: Prove algebra generated by gamma matrices is isomorphic to Clifford algebra. -/\n/-! TODO: Define relations between the gamma matrices. -/\nnamespace spaceTime\nopen Complex\n\nnoncomputable section diracRepresentation\n\n/-- The \u03b3\u2070 gamma matrix in the Dirac representation. -/\ndef \u03b30 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![1, 0, 0, 0], ![0, 1, 0, 0], ![0, 0, -1, 0], ![0, 0, 0, -1]]\n\n/-- The \u03b3\u00b9 gamma matrix in the Dirac representation. -/\ndef \u03b31 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 0, 1], ![0, 0, 1, 0], ![0, -1, 0, 0], ![-1, 0, 0, 0]]\n\n/-- The \u03b3\u00b2 gamma matrix in the Dirac representation. -/\ndef \u03b32 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 0, - I], ![0, 0, I, 0], ![0, I, 0, 0], ![-I, 0, 0, 0]]\n\n/-- The \u03b3\u00b3 gamma matrix in the Dirac representation. -/\ndef \u03b33 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 1, 0], ![0, 0, 0, -1], ![-1, 0, 0, 0], ![0, 1, 0, 0]]\n\n/-- The \u03b3\u2075 gamma matrix in the Dirac representation. -/\ndef \u03b35 : Matrix (Fin 4) (Fin 4) \u2102 := I \u2022 (\u03b30 * \u03b31 * \u03b32 * \u03b33)\n\n/-- The \u03b3 gamma matrices in the Dirac representation. -/\n@[simp]\ndef \u03b3 : Fin 4 \u2192 Matrix (Fin 4) (Fin 4) \u2102 := ![\u03b30, \u03b31, \u03b32, \u03b33]\n\nnamespace \u03b3\n\nopen spaceTime\n\nvariable (\u03bc \u03bd : Fin 4)\n\n/-- The subset of `Matrix (Fin 4) (Fin 4) \u2102` formed by the gamma matrices in the Dirac\nrepresentation. -/\n@[simp]\ndef \u03b3Set : Set (Matrix (Fin 4) (Fin 4) \u2102) := {\u03b3 i | i : Fin 4}\n\nlemma \u03b3_in_\u03b3Set (\u03bc : Fin 4) : \u03b3 \u03bc \u2208 \u03b3Set := by\n simp [\u03b3Set]\n\n/-- The algebra generated by the gamma matrices in the Dirac representation. -/\ndef diracAlgebra : Subalgebra \u211d (Matrix (Fin 4) (Fin 4) \u2102) :=\n Algebra.adjoin \u211d \u03b3Set\n\n", "theoremStatement": "lemma \u03b3Set_subset_diracAlgebra : \u03b3Set \u2286 diracAlgebra ", "theoremName": "spaceTime.\u03b3.\u03b3Set_subset_diracAlgebra", "fileCreated": {"commit": "7020263", "date": "2024-05-14"}, "theoremCreated": {"commit": "b9c2086", "date": "2024-05-10"}, "file": "hep_lean/HepLean/SpaceTime/CliffordAlgebra.lean", "module": "HepLean.SpaceTime.CliffordAlgebra", "jsonFile": "HepLean.SpaceTime.CliffordAlgebra.jsonl", "positionMetadata": {"lineInFile": 61, "tokenPositionInFile": 1842, "theoremPositionInFile": 9}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 2, "numPremises": 30, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Tactic.Cases", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Tactic.SimpRw", "Mathlib.Algebra.Group.Basic", "Mathlib.Tactic.Inhabit", "Mathlib.Data.Prod.Basic", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Data.Sum.Basic", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Unique", "Mathlib.Tactic.Spread", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Data.Bool.Basic", "Mathlib.Data.Option.Defs", "Mathlib.Data.Sigma.Basic", "Mathlib.Data.Subtype", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Init.Data.Quot", "Mathlib.Logic.Relator", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Tactic.Coe", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Tactic.Substs", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Function.Conjugate", "Mathlib.Tactic.Lift", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lint", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Init.Control.Combinators", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Opposites", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Init.Order.LinearOrder", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.Group.Prod", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.Set.Defs", "Mathlib.Order.BoundedOrder", "Mathlib.Order.Disjoint", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Data.Option.NAry", "Mathlib.Data.Option.Basic", "Mathlib.Order.WithBot", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Data.Int.Basic", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.WellFounded", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Control.Functor", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Data.List.GetD", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Rat.Init", "Mathlib.Data.Rat.Defs", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Data.Rat.Order", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Algebra.Invertible.Basic", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.Algebra.Field.Defs", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Tactic.Positivity.Core", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Util.AtomM", "Mathlib.Tactic.Abel", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.Algebra.Module.Pi", "Mathlib.Algebra.Module.Prod", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Algebra.Parity", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Algebra.GeomSum", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Basic", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Archimedean", "Mathlib.Order.Iterate", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.Algebra.Constructions", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Algebra.Star.Order", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.Order", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic"]}, "proofMetadata": {"hasProof": true, "proof": ":=\n Algebra.subset_adjoin", "proofType": "term", "proofLengthLines": 1, "proofLengthTokens": 26}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Analysis.Complex.Basic\n/-!\n# The Clifford Algebra\n\nThis file defines the Gamma matrices.\n\n-/\n/-! TODO: Prove algebra generated by gamma matrices is isomorphic to Clifford algebra. -/\n/-! TODO: Define relations between the gamma matrices. -/\nnamespace spaceTime\nopen Complex\n\nnoncomputable section diracRepresentation\n\n/-- The \u03b3\u2070 gamma matrix in the Dirac representation. -/\ndef \u03b30 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![1, 0, 0, 0], ![0, 1, 0, 0], ![0, 0, -1, 0], ![0, 0, 0, -1]]\n\n/-- The \u03b3\u00b9 gamma matrix in the Dirac representation. -/\ndef \u03b31 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 0, 1], ![0, 0, 1, 0], ![0, -1, 0, 0], ![-1, 0, 0, 0]]\n\n/-- The \u03b3\u00b2 gamma matrix in the Dirac representation. -/\ndef \u03b32 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 0, - I], ![0, 0, I, 0], ![0, I, 0, 0], ![-I, 0, 0, 0]]\n\n/-- The \u03b3\u00b3 gamma matrix in the Dirac representation. -/\ndef \u03b33 : Matrix (Fin 4) (Fin 4) \u2102 :=\n ![![0, 0, 1, 0], ![0, 0, 0, -1], ![-1, 0, 0, 0], ![0, 1, 0, 0]]\n\n/-- The \u03b3\u2075 gamma matrix in the Dirac representation. -/\ndef \u03b35 : Matrix (Fin 4) (Fin 4) \u2102 := I \u2022 (\u03b30 * \u03b31 * \u03b32 * \u03b33)\n\n/-- The \u03b3 gamma matrices in the Dirac representation. -/\n@[simp]\ndef \u03b3 : Fin 4 \u2192 Matrix (Fin 4) (Fin 4) \u2102 := ![\u03b30, \u03b31, \u03b32, \u03b33]\n\nnamespace \u03b3\n\nopen spaceTime\n\nvariable (\u03bc \u03bd : Fin 4)\n\n/-- The subset of `Matrix (Fin 4) (Fin 4) \u2102` formed by the gamma matrices in the Dirac\nrepresentation. -/\n@[simp]\ndef \u03b3Set : Set (Matrix (Fin 4) (Fin 4) \u2102) := {\u03b3 i | i : Fin 4}\n\nlemma \u03b3_in_\u03b3Set (\u03bc : Fin 4) : \u03b3 \u03bc \u2208 \u03b3Set := by\n simp [\u03b3Set]\n\n/-- The algebra generated by the gamma matrices in the Dirac representation. -/\ndef diracAlgebra : Subalgebra \u211d (Matrix (Fin 4) (Fin 4) \u2102) :=\n Algebra.adjoin \u211d \u03b3Set\n\nlemma \u03b3Set_subset_diracAlgebra : \u03b3Set \u2286 diracAlgebra :=\n Algebra.subset_adjoin\n\n", "theoremStatement": "lemma \u03b3_in_diracAlgebra (\u03bc : Fin 4) : \u03b3 \u03bc \u2208 diracAlgebra ", "theoremName": "spaceTime.\u03b3.\u03b3_in_diracAlgebra", "fileCreated": {"commit": "7020263", "date": "2024-05-14"}, "theoremCreated": {"commit": "b9c2086", "date": "2024-05-10"}, "file": "hep_lean/HepLean/SpaceTime/CliffordAlgebra.lean", "module": "HepLean.SpaceTime.CliffordAlgebra", "jsonFile": "HepLean.SpaceTime.CliffordAlgebra.jsonl", "positionMetadata": {"lineInFile": 64, "tokenPositionInFile": 1923, "theoremPositionInFile": 10}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 29, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Tactic.Cases", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Tactic.SimpRw", "Mathlib.Algebra.Group.Basic", "Mathlib.Tactic.Inhabit", "Mathlib.Data.Prod.Basic", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Data.Sum.Basic", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Unique", "Mathlib.Tactic.Spread", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Data.Bool.Basic", "Mathlib.Data.Option.Defs", "Mathlib.Data.Sigma.Basic", "Mathlib.Data.Subtype", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Init.Data.Quot", "Mathlib.Logic.Relator", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Tactic.Coe", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Tactic.Substs", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Function.Conjugate", "Mathlib.Tactic.Lift", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lint", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Init.Control.Combinators", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Opposites", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Init.Order.LinearOrder", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.Group.Prod", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.Set.Defs", "Mathlib.Order.BoundedOrder", "Mathlib.Order.Disjoint", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Data.Option.NAry", "Mathlib.Data.Option.Basic", "Mathlib.Order.WithBot", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Data.Int.Basic", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.WellFounded", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Control.Functor", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Data.List.GetD", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Rat.Init", "Mathlib.Data.Rat.Defs", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Data.Rat.Order", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Algebra.Invertible.Basic", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.Algebra.Field.Defs", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Tactic.Positivity.Core", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Util.AtomM", "Mathlib.Tactic.Abel", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.Algebra.Module.Pi", "Mathlib.Algebra.Module.Prod", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Algebra.Parity", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Algebra.GeomSum", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Basic", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Archimedean", "Mathlib.Order.Iterate", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.Algebra.Constructions", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Algebra.Star.Order", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.Order", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic"]}, "proofMetadata": {"hasProof": true, "proof": ":=\n \u03b3Set_subset_diracAlgebra (\u03b3_in_\u03b3Set \u03bc)", "proofType": "term", "proofLengthLines": 1, "proofLengthTokens": 43}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\n", "theoremStatement": "lemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 ", "theoremName": "LorentzGroup.mem_iff_norm", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "1133b88", "date": "2024-07-12"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 55, "tokenPositionInFile": 1355, "theoremPositionInFile": 2}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 1, "repositoryPremises": true, "numRepositoryPremises": 7, "numPremises": 208, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4", "proofType": "tactic", "proofLengthLines": 8, "proofLengthTokens": 328}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\n", "theoremStatement": "lemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 ", "theoremName": "LorentzGroup.mem_iff_on_right", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 66, "tokenPositionInFile": 1784, "theoremPositionInFile": 3}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 1, "repositoryPremises": true, "numRepositoryPremises": 7, "numPremises": 71, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y", "proofType": "tactic", "proofLengthLines": 6, "proofLengthTokens": 202}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\n", "theoremStatement": "lemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 ", "theoremName": "LorentzGroup.mem_iff_dual_mul_self", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 75, "tokenPositionInFile": 2099, "theoremPositionInFile": 4}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 8, "numPremises": 68, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm", "proofType": "tactic", "proofLengthLines": 2, "proofLengthTokens": 67}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\n", "theoremStatement": "lemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 ", "theoremName": "LorentzGroup.mem_iff_self_mul_dual", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "1133b88", "date": "2024-07-12"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 79, "tokenPositionInFile": 2234, "theoremPositionInFile": 5}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 3, "numPremises": 33, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm", "proofType": "tactic", "proofLengthLines": 2, "proofLengthTokens": 58}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\n", "theoremStatement": "lemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d ", "theoremName": "LorentzGroup.mem_iff_transpose", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 83, "tokenPositionInFile": 2360, "theoremPositionInFile": 6}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 6, "numPremises": 65, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring", "proofType": "tactic", "proofLengthLines": 11, "proofLengthTokens": 579}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\n", "theoremStatement": "lemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d ", "theoremName": "LorentzGroup.mem_mul", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 96, "tokenPositionInFile": 3008, "theoremPositionInFile": 7}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 59, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']", "proofType": "tactic", "proofLengthLines": 5, "proofLengthTokens": 178}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\n", "theoremStatement": "lemma one_mem : 1 \u2208 LorentzGroup d ", "theoremName": "LorentzGroup.one_mem", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 103, "tokenPositionInFile": 3282, "theoremPositionInFile": 8}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 41, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [mem_iff_dual_mul_self]\n simp", "proofType": "tactic", "proofLengthLines": 2, "proofLengthTokens": 41}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\n", "theoremStatement": "lemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d ", "theoremName": "LorentzGroup.dual_mem", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 107, "tokenPositionInFile": 3360, "theoremPositionInFile": 9}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 33, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h", "proofType": "tactic", "proofLengthLines": 2, "proofLengthTokens": 80}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\n", "theoremStatement": "lemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9", "theoremName": "LorentzGroup.coe_inv", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "1133b88", "date": "2024-07-12"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 138, "tokenPositionInFile": 4254, "theoremPositionInFile": 10}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 40, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm", "proofType": "term", "proofLengthLines": 0, "proofLengthTokens": 56}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n", "theoremStatement": "@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 ", "theoremName": "LorentzGroup.subtype_inv_mul", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "a65fb06", "date": "2024-07-30"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 140, "tokenPositionInFile": 4343, "theoremPositionInFile": 11}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 3, "numPremises": 50, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl", "proofType": "tactic", "proofLengthLines": 5, "proofLengthTokens": 94}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n", "theoremStatement": "@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 ", "theoremName": "LorentzGroup.subtype_mul_inv", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "a65fb06", "date": "2024-07-30"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 148, "tokenPositionInFile": 4511, "theoremPositionInFile": 12}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 3, "numPremises": 50, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl", "proofType": "tactic", "proofLengthLines": 5, "proofLengthTokens": 95}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n", "theoremStatement": "@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix ", "theoremName": "LorentzGroup.mul_minkowskiMatrix_mul_transpose", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "7b0b979", "date": "2024-07-31"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 156, "tokenPositionInFile": 4680, "theoremPositionInFile": 13}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 71, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring", "proofType": "tactic", "proofLengthLines": 6, "proofLengthTokens": 185}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n", "theoremStatement": "@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix ", "theoremName": "LorentzGroup.transpose_mul_minkowskiMatrix_mul_self", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "7b0b979", "date": "2024-07-31"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 166, "tokenPositionInFile": 5001, "theoremPositionInFile": 14}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 71, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring", "proofType": "tactic", "proofLengthLines": 6, "proofLengthTokens": 178}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n", "theoremStatement": "@[simp]\nlemma transpose_one : @transpose d 1 = 1 ", "theoremName": "LorentzGroup.transpose_one", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "99f4e85", "date": "2024-07-29"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 180, "tokenPositionInFile": 5501, "theoremPositionInFile": 16}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 3, "numPremises": 26, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= Subtype.eq Matrix.transpose_one", "proofType": "term", "proofLengthLines": 0, "proofLengthTokens": 34}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n@[simp]\nlemma transpose_one : @transpose d 1 = 1 := Subtype.eq Matrix.transpose_one\n\n", "theoremStatement": "@[simp]\nlemma transpose_mul : transpose (\u039b * \u039b') = transpose \u039b' * transpose \u039b ", "theoremName": "LorentzGroup.transpose_mul", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "99f4e85", "date": "2024-07-29"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 183, "tokenPositionInFile": 5586, "theoremPositionInFile": 17}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 3, "numPremises": 28, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":=\n Subtype.eq (Matrix.transpose_mul \u039b.1 \u039b'.1)", "proofType": "term", "proofLengthLines": 1, "proofLengthTokens": 47}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n@[simp]\nlemma transpose_one : @transpose d 1 = 1 := Subtype.eq Matrix.transpose_one\n\n@[simp]\nlemma transpose_mul : transpose (\u039b * \u039b') = transpose \u039b' * transpose \u039b :=\n Subtype.eq (Matrix.transpose_mul \u039b.1 \u039b'.1)\n\n/-!\n\n## Lorentz group as a topological group\n\nWe now show that the Lorentz group is a topological group.\nWe do this by showing that the natrual map from the Lorentz group to `GL (Fin 4) \u211d` is an\nembedding.\n\n-/\n\n/-- The homomorphism of the Lorentz group into `GL (Fin 4) \u211d`. -/\ndef toGL : LorentzGroup d \u2192* GL (Fin 1 \u2295 Fin d) \u211d where\n toFun A := \u27e8A.1, (A\u207b\u00b9).1, mul_eq_one_comm.mpr $ mem_iff_dual_mul_self.mp A.2,\n mem_iff_dual_mul_self.mp A.2\u27e9\n map_one' :=\n (GeneralLinearGroup.ext_iff _ 1).mpr fun _ => congrFun rfl\n map_mul' _ _ :=\n (GeneralLinearGroup.ext_iff _ _).mpr fun _ => congrFun rfl\n\n", "theoremStatement": "lemma toGL_injective : Function.Injective (@toGL d) ", "theoremName": "LorentzGroup.toGL_injective", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 206, "tokenPositionInFile": 6319, "theoremPositionInFile": 18}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 3, "numPremises": 41, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n refine fun A B h => Subtype.eq ?_\n rw [@Units.ext_iff] at h\n exact h", "proofType": "tactic", "proofLengthLines": 3, "proofLengthTokens": 78}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n@[simp]\nlemma transpose_one : @transpose d 1 = 1 := Subtype.eq Matrix.transpose_one\n\n@[simp]\nlemma transpose_mul : transpose (\u039b * \u039b') = transpose \u039b' * transpose \u039b :=\n Subtype.eq (Matrix.transpose_mul \u039b.1 \u039b'.1)\n\n/-!\n\n## Lorentz group as a topological group\n\nWe now show that the Lorentz group is a topological group.\nWe do this by showing that the natrual map from the Lorentz group to `GL (Fin 4) \u211d` is an\nembedding.\n\n-/\n\n/-- The homomorphism of the Lorentz group into `GL (Fin 4) \u211d`. -/\ndef toGL : LorentzGroup d \u2192* GL (Fin 1 \u2295 Fin d) \u211d where\n toFun A := \u27e8A.1, (A\u207b\u00b9).1, mul_eq_one_comm.mpr $ mem_iff_dual_mul_self.mp A.2,\n mem_iff_dual_mul_self.mp A.2\u27e9\n map_one' :=\n (GeneralLinearGroup.ext_iff _ 1).mpr fun _ => congrFun rfl\n map_mul' _ _ :=\n (GeneralLinearGroup.ext_iff _ _).mpr fun _ => congrFun rfl\n\nlemma toGL_injective : Function.Injective (@toGL d) := by\n refine fun A B h => Subtype.eq ?_\n rw [@Units.ext_iff] at h\n exact h\n\n/-- The homomorphism from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\n@[simps!]\ndef toProd : LorentzGroup d \u2192* (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) \u00d7\n (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d)\u1d50\u1d52\u1d56 :=\n MonoidHom.comp (Units.embedProduct _) toGL\n\n", "theoremStatement": "lemma toProd_eq_transpose_\u03b7 : toProd \u039b = (\u039b.1, MulOpposite.op $ minkowskiMetric.dual \u039b.1) ", "theoremName": "LorentzGroup.toProd_eq_transpose_\u03b7", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "1133b88", "date": "2024-07-12"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 218, "tokenPositionInFile": 6759, "theoremPositionInFile": 20}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 39, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= rfl", "proofType": "term", "proofLengthLines": 0, "proofLengthTokens": 6}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n@[simp]\nlemma transpose_one : @transpose d 1 = 1 := Subtype.eq Matrix.transpose_one\n\n@[simp]\nlemma transpose_mul : transpose (\u039b * \u039b') = transpose \u039b' * transpose \u039b :=\n Subtype.eq (Matrix.transpose_mul \u039b.1 \u039b'.1)\n\n/-!\n\n## Lorentz group as a topological group\n\nWe now show that the Lorentz group is a topological group.\nWe do this by showing that the natrual map from the Lorentz group to `GL (Fin 4) \u211d` is an\nembedding.\n\n-/\n\n/-- The homomorphism of the Lorentz group into `GL (Fin 4) \u211d`. -/\ndef toGL : LorentzGroup d \u2192* GL (Fin 1 \u2295 Fin d) \u211d where\n toFun A := \u27e8A.1, (A\u207b\u00b9).1, mul_eq_one_comm.mpr $ mem_iff_dual_mul_self.mp A.2,\n mem_iff_dual_mul_self.mp A.2\u27e9\n map_one' :=\n (GeneralLinearGroup.ext_iff _ 1).mpr fun _ => congrFun rfl\n map_mul' _ _ :=\n (GeneralLinearGroup.ext_iff _ _).mpr fun _ => congrFun rfl\n\nlemma toGL_injective : Function.Injective (@toGL d) := by\n refine fun A B h => Subtype.eq ?_\n rw [@Units.ext_iff] at h\n exact h\n\n/-- The homomorphism from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\n@[simps!]\ndef toProd : LorentzGroup d \u2192* (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) \u00d7\n (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d)\u1d50\u1d52\u1d56 :=\n MonoidHom.comp (Units.embedProduct _) toGL\n\nlemma toProd_eq_transpose_\u03b7 : toProd \u039b = (\u039b.1, MulOpposite.op $ minkowskiMetric.dual \u039b.1) := rfl\n\n", "theoremStatement": "lemma toProd_injective : Function.Injective (@toProd d) ", "theoremName": "LorentzGroup.toProd_injective", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 220, "tokenPositionInFile": 6857, "theoremPositionInFile": 21}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 47, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n intro A B h\n rw [toProd_eq_transpose_\u03b7, toProd_eq_transpose_\u03b7] at h\n rw [@Prod.mk.inj_iff] at h\n exact Subtype.eq h.1", "proofType": "tactic", "proofLengthLines": 4, "proofLengthTokens": 128}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n@[simp]\nlemma transpose_one : @transpose d 1 = 1 := Subtype.eq Matrix.transpose_one\n\n@[simp]\nlemma transpose_mul : transpose (\u039b * \u039b') = transpose \u039b' * transpose \u039b :=\n Subtype.eq (Matrix.transpose_mul \u039b.1 \u039b'.1)\n\n/-!\n\n## Lorentz group as a topological group\n\nWe now show that the Lorentz group is a topological group.\nWe do this by showing that the natrual map from the Lorentz group to `GL (Fin 4) \u211d` is an\nembedding.\n\n-/\n\n/-- The homomorphism of the Lorentz group into `GL (Fin 4) \u211d`. -/\ndef toGL : LorentzGroup d \u2192* GL (Fin 1 \u2295 Fin d) \u211d where\n toFun A := \u27e8A.1, (A\u207b\u00b9).1, mul_eq_one_comm.mpr $ mem_iff_dual_mul_self.mp A.2,\n mem_iff_dual_mul_self.mp A.2\u27e9\n map_one' :=\n (GeneralLinearGroup.ext_iff _ 1).mpr fun _ => congrFun rfl\n map_mul' _ _ :=\n (GeneralLinearGroup.ext_iff _ _).mpr fun _ => congrFun rfl\n\nlemma toGL_injective : Function.Injective (@toGL d) := by\n refine fun A B h => Subtype.eq ?_\n rw [@Units.ext_iff] at h\n exact h\n\n/-- The homomorphism from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\n@[simps!]\ndef toProd : LorentzGroup d \u2192* (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) \u00d7\n (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d)\u1d50\u1d52\u1d56 :=\n MonoidHom.comp (Units.embedProduct _) toGL\n\nlemma toProd_eq_transpose_\u03b7 : toProd \u039b = (\u039b.1, MulOpposite.op $ minkowskiMetric.dual \u039b.1) := rfl\n\nlemma toProd_injective : Function.Injective (@toProd d) := by\n intro A B h\n rw [toProd_eq_transpose_\u03b7, toProd_eq_transpose_\u03b7] at h\n rw [@Prod.mk.inj_iff] at h\n exact Subtype.eq h.1\n\n", "theoremStatement": "lemma toProd_continuous : Continuous (@toProd d) ", "theoremName": "LorentzGroup.toProd_continuous", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 226, "tokenPositionInFile": 7043, "theoremPositionInFile": 22}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 6, "numPremises": 82, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n change Continuous (fun A => (A.1, \u27e8dual A.1\u27e9))\n refine continuous_prod_mk.mpr \u27e8continuous_iff_le_induced.mpr fun U a \u21a6 a,\n MulOpposite.continuous_op.comp' ((continuous_const.matrix_mul (continuous_iff_le_induced.mpr\n fun U a => a).matrix_transpose).matrix_mul continuous_const)\u27e9", "proofType": "tactic", "proofLengthLines": 4, "proofLengthTokens": 295}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n@[simp]\nlemma transpose_one : @transpose d 1 = 1 := Subtype.eq Matrix.transpose_one\n\n@[simp]\nlemma transpose_mul : transpose (\u039b * \u039b') = transpose \u039b' * transpose \u039b :=\n Subtype.eq (Matrix.transpose_mul \u039b.1 \u039b'.1)\n\n/-!\n\n## Lorentz group as a topological group\n\nWe now show that the Lorentz group is a topological group.\nWe do this by showing that the natrual map from the Lorentz group to `GL (Fin 4) \u211d` is an\nembedding.\n\n-/\n\n/-- The homomorphism of the Lorentz group into `GL (Fin 4) \u211d`. -/\ndef toGL : LorentzGroup d \u2192* GL (Fin 1 \u2295 Fin d) \u211d where\n toFun A := \u27e8A.1, (A\u207b\u00b9).1, mul_eq_one_comm.mpr $ mem_iff_dual_mul_self.mp A.2,\n mem_iff_dual_mul_self.mp A.2\u27e9\n map_one' :=\n (GeneralLinearGroup.ext_iff _ 1).mpr fun _ => congrFun rfl\n map_mul' _ _ :=\n (GeneralLinearGroup.ext_iff _ _).mpr fun _ => congrFun rfl\n\nlemma toGL_injective : Function.Injective (@toGL d) := by\n refine fun A B h => Subtype.eq ?_\n rw [@Units.ext_iff] at h\n exact h\n\n/-- The homomorphism from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\n@[simps!]\ndef toProd : LorentzGroup d \u2192* (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) \u00d7\n (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d)\u1d50\u1d52\u1d56 :=\n MonoidHom.comp (Units.embedProduct _) toGL\n\nlemma toProd_eq_transpose_\u03b7 : toProd \u039b = (\u039b.1, MulOpposite.op $ minkowskiMetric.dual \u039b.1) := rfl\n\nlemma toProd_injective : Function.Injective (@toProd d) := by\n intro A B h\n rw [toProd_eq_transpose_\u03b7, toProd_eq_transpose_\u03b7] at h\n rw [@Prod.mk.inj_iff] at h\n exact Subtype.eq h.1\n\nlemma toProd_continuous : Continuous (@toProd d) := by\n change Continuous (fun A => (A.1, \u27e8dual A.1\u27e9))\n refine continuous_prod_mk.mpr \u27e8continuous_iff_le_induced.mpr fun U a \u21a6 a,\n MulOpposite.continuous_op.comp' ((continuous_const.matrix_mul (continuous_iff_le_induced.mpr\n fun U a => a).matrix_transpose).matrix_mul continuous_const)\u27e9\n\n/-- The embedding from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\nlemma toProd_embedding : Embedding (@toProd d) where\n inj := toProd_injective\n induced :=\n (inducing_iff \u21d1toProd).mp (inducing_of_inducing_compose toProd_continuous continuous_fst\n ((inducing_iff (Prod.fst \u2218 \u21d1toProd)).mpr rfl))\n\n/-- The embedding from the Lorentz Group into `GL (Fin 4) \u211d`. -/\nlemma toGL_embedding : Embedding (@toGL d).toFun where\n inj := toGL_injective\n induced := by\n refine ((fun {X} {t t'} => TopologicalSpace.ext_iff.mpr) fun _ \u21a6 ?_).symm\n rw [TopologicalSpace.ext_iff.mp toProd_embedding.induced _, isOpen_induced_iff,\n isOpen_induced_iff]\n exact exists_exists_and_eq_and\n\ninstance : TopologicalGroup (LorentzGroup d) :=\nInducing.topologicalGroup toGL toGL_embedding.toInducing\n\nsection\nopen LorentzVector\n/-!\n\n# To a norm one Lorentz vector\n\n-/\n\n/-- The first column of a Lorentz matrix as a `NormOneLorentzVector`. -/\n@[simps!]\ndef toNormOneLorentzVector (\u039b : LorentzGroup d) : NormOneLorentzVector d :=\n \u27e8\u039b.1 *\u1d65 timeVec, by rw [NormOneLorentzVector.mem_iff, \u039b.2, minkowskiMetric.on_timeVec]\u27e9\n\n/-!\n\n# The time like element\n\n-/\n\n/-- The time like element of a Lorentz matrix. -/\n@[simp]\ndef timeComp (\u039b : LorentzGroup d) : \u211d := \u039b.1 (Sum.inl 0) (Sum.inl 0)\n\n", "theoremStatement": "theorem _root_.Matrix.mulVec_single_one [Fintype n] [DecidableEq n] [NonAssocSemiring R]\n (M : Matrix m n R) (j : n) :\n M *\u1d65 Pi.single j 1 = M\u1d40 j ", "theoremName": "Matrix.mulVec_single_one", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "1b9e77b", "date": "2024-09-23"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 275, "tokenPositionInFile": 8718, "theoremPositionInFile": 25}, "dependencyMetadata": {"inFilePremises": false, "numInFilePremises": 0, "repositoryPremises": false, "numRepositoryPremises": 0, "numPremises": 29, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by ext; simp", "proofType": "tactic", "proofLengthLines": 0, "proofLengthTokens": 15}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n@[simp]\nlemma transpose_one : @transpose d 1 = 1 := Subtype.eq Matrix.transpose_one\n\n@[simp]\nlemma transpose_mul : transpose (\u039b * \u039b') = transpose \u039b' * transpose \u039b :=\n Subtype.eq (Matrix.transpose_mul \u039b.1 \u039b'.1)\n\n/-!\n\n## Lorentz group as a topological group\n\nWe now show that the Lorentz group is a topological group.\nWe do this by showing that the natrual map from the Lorentz group to `GL (Fin 4) \u211d` is an\nembedding.\n\n-/\n\n/-- The homomorphism of the Lorentz group into `GL (Fin 4) \u211d`. -/\ndef toGL : LorentzGroup d \u2192* GL (Fin 1 \u2295 Fin d) \u211d where\n toFun A := \u27e8A.1, (A\u207b\u00b9).1, mul_eq_one_comm.mpr $ mem_iff_dual_mul_self.mp A.2,\n mem_iff_dual_mul_self.mp A.2\u27e9\n map_one' :=\n (GeneralLinearGroup.ext_iff _ 1).mpr fun _ => congrFun rfl\n map_mul' _ _ :=\n (GeneralLinearGroup.ext_iff _ _).mpr fun _ => congrFun rfl\n\nlemma toGL_injective : Function.Injective (@toGL d) := by\n refine fun A B h => Subtype.eq ?_\n rw [@Units.ext_iff] at h\n exact h\n\n/-- The homomorphism from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\n@[simps!]\ndef toProd : LorentzGroup d \u2192* (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) \u00d7\n (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d)\u1d50\u1d52\u1d56 :=\n MonoidHom.comp (Units.embedProduct _) toGL\n\nlemma toProd_eq_transpose_\u03b7 : toProd \u039b = (\u039b.1, MulOpposite.op $ minkowskiMetric.dual \u039b.1) := rfl\n\nlemma toProd_injective : Function.Injective (@toProd d) := by\n intro A B h\n rw [toProd_eq_transpose_\u03b7, toProd_eq_transpose_\u03b7] at h\n rw [@Prod.mk.inj_iff] at h\n exact Subtype.eq h.1\n\nlemma toProd_continuous : Continuous (@toProd d) := by\n change Continuous (fun A => (A.1, \u27e8dual A.1\u27e9))\n refine continuous_prod_mk.mpr \u27e8continuous_iff_le_induced.mpr fun U a \u21a6 a,\n MulOpposite.continuous_op.comp' ((continuous_const.matrix_mul (continuous_iff_le_induced.mpr\n fun U a => a).matrix_transpose).matrix_mul continuous_const)\u27e9\n\n/-- The embedding from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\nlemma toProd_embedding : Embedding (@toProd d) where\n inj := toProd_injective\n induced :=\n (inducing_iff \u21d1toProd).mp (inducing_of_inducing_compose toProd_continuous continuous_fst\n ((inducing_iff (Prod.fst \u2218 \u21d1toProd)).mpr rfl))\n\n/-- The embedding from the Lorentz Group into `GL (Fin 4) \u211d`. -/\nlemma toGL_embedding : Embedding (@toGL d).toFun where\n inj := toGL_injective\n induced := by\n refine ((fun {X} {t t'} => TopologicalSpace.ext_iff.mpr) fun _ \u21a6 ?_).symm\n rw [TopologicalSpace.ext_iff.mp toProd_embedding.induced _, isOpen_induced_iff,\n isOpen_induced_iff]\n exact exists_exists_and_eq_and\n\ninstance : TopologicalGroup (LorentzGroup d) :=\nInducing.topologicalGroup toGL toGL_embedding.toInducing\n\nsection\nopen LorentzVector\n/-!\n\n# To a norm one Lorentz vector\n\n-/\n\n/-- The first column of a Lorentz matrix as a `NormOneLorentzVector`. -/\n@[simps!]\ndef toNormOneLorentzVector (\u039b : LorentzGroup d) : NormOneLorentzVector d :=\n \u27e8\u039b.1 *\u1d65 timeVec, by rw [NormOneLorentzVector.mem_iff, \u039b.2, minkowskiMetric.on_timeVec]\u27e9\n\n/-!\n\n# The time like element\n\n-/\n\n/-- The time like element of a Lorentz matrix. -/\n@[simp]\ndef timeComp (\u039b : LorentzGroup d) : \u211d := \u039b.1 (Sum.inl 0) (Sum.inl 0)\n\ntheorem _root_.Matrix.mulVec_single_one [Fintype n] [DecidableEq n] [NonAssocSemiring R]\n (M : Matrix m n R) (j : n) :\n M *\u1d65 Pi.single j 1 = M\u1d40 j := by ext; simp\n\n", "theoremStatement": "lemma timeComp_eq_toNormOneLorentzVector : timeComp \u039b = (toNormOneLorentzVector \u039b).1.time ", "theoremName": "LorentzGroup.timeComp_eq_toNormOneLorentzVector", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 279, "tokenPositionInFile": 8887, "theoremPositionInFile": 26}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 10, "numPremises": 65, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n simp only [time, toNormOneLorentzVector, timeVec, Fin.isValue, timeComp]\n erw [Pi.basisFun_apply, Matrix.mulVec_single_one]\n rfl", "proofType": "tactic", "proofLengthLines": 3, "proofLengthTokens": 138}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.MinkowskiMetric\nimport HepLean.SpaceTime.LorentzVector.NormOne\n/-!\n# The Lorentz Group\n\nWe define the Lorentz group.\n\n## References\n\n- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf\n\n-/\n/-! TODO: Show that the Lorentz is a Lie group. -/\n\nnoncomputable section\n\nopen Matrix\nopen Complex\nopen ComplexConjugate\n\n/-!\n## Matrices which preserves the Minkowski metric\n\nWe start studying the properties of matrices which preserve `\u03b7Lin`.\nThese matrices form the Lorentz group, which we will define in the next section at `lorentzGroup`.\n\n-/\nvariable {d : \u2115}\n\nopen minkowskiMetric in\n/-- The Lorentz group is the subset of matrices which preserve the minkowski metric. -/\ndef LorentzGroup (d : \u2115) : Set (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) :=\n {\u039b : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d |\n \u2200 (x y : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098}\n\nnamespace LorentzGroup\n/-- Notation for the Lorentz group. -/\nscoped[LorentzGroup] notation (name := lorentzGroup_notation) \"\ud835\udcdb\" => LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d}\n\n/-!\n\n# Membership conditions\n\n-/\n\nlemma mem_iff_norm : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x : LorentzVector d), \u27ea\u039b *\u1d65 x, \u039b *\u1d65 x\u27eb\u2098 = \u27eax, x\u27eb\u2098 := by\n refine Iff.intro (fun h x => h x x) (fun h x y => ?_)\n have hp := h (x + y)\n have hn := h (x - y)\n rw [mulVec_add] at hp\n rw [mulVec_sub] at hn\n simp only [map_add, LinearMap.add_apply, map_sub, LinearMap.sub_apply] at hp hn\n rw [symm (\u039b *\u1d65 y) (\u039b *\u1d65 x), symm y x] at hp hn\n linear_combination hp / 4 + -1 * hn / 4\n\nlemma mem_iff_on_right : \u039b \u2208 LorentzGroup d \u2194\n \u2200 (x y : LorentzVector d), \u27eax, (dual \u039b * \u039b) *\u1d65 y\u27eb\u2098 = \u27eax, y\u27eb\u2098 := by\n refine Iff.intro (fun h x y \u21a6 ?_) (fun h x y \u21a6 ?_)\n \u00b7 have h1 := h x y\n rw [\u2190 dual_mulVec_right, mulVec_mulVec] at h1\n exact h1\n \u00b7 rw [\u2190 dual_mulVec_right, mulVec_mulVec]\n exact h x y\n\nlemma mem_iff_dual_mul_self : \u039b \u2208 LorentzGroup d \u2194 dual \u039b * \u039b = 1 := by\n rw [mem_iff_on_right, matrix_eq_id_iff]\n exact forall_comm\n\nlemma mem_iff_self_mul_dual : \u039b \u2208 LorentzGroup d \u2194 \u039b * dual \u039b = 1 := by\n rw [mem_iff_dual_mul_self]\n exact mul_eq_one_comm\n\nlemma mem_iff_transpose : \u039b \u2208 LorentzGroup d \u2194 \u039b\u1d40 \u2208 LorentzGroup d := by\n refine Iff.intro (fun h \u21a6 ?_) (fun h \u21a6 ?_)\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n \u00b7 have h1 := congrArg transpose ((mem_iff_dual_mul_self).mp h)\n rw [dual, transpose_mul, transpose_mul, transpose_mul, minkowskiMatrix.eq_transpose,\n \u2190 mul_assoc, transpose_one, transpose_transpose] at h1\n rw [mem_iff_self_mul_dual, \u2190 h1, dual]\n noncomm_ring\n\nlemma mem_mul (h\u039b : \u039b \u2208 LorentzGroup d) (h\u039b' : \u039b' \u2208 LorentzGroup d) : \u039b * \u039b' \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_mul]\n trans dual \u039b' * (dual \u039b * \u039b) * \u039b'\n \u00b7 noncomm_ring\n \u00b7 rw [(mem_iff_dual_mul_self).mp h\u039b]\n simp [(mem_iff_dual_mul_self).mp h\u039b']\n\nlemma one_mem : 1 \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self]\n simp\n\nlemma dual_mem (h : \u039b \u2208 LorentzGroup d) : dual \u039b \u2208 LorentzGroup d := by\n rw [mem_iff_dual_mul_self, dual_dual]\n exact mem_iff_self_mul_dual.mp h\n\nend LorentzGroup\n\n/-!\n\n# The Lorentz group as a group\n\n-/\n\n@[simps! mul_coe one_coe inv div]\ninstance lorentzGroupIsGroup : Group (LorentzGroup d) where\n mul A B := \u27e8A.1 * B.1, LorentzGroup.mem_mul A.2 B.2\u27e9\n mul_assoc A B C := Subtype.eq (Matrix.mul_assoc A.1 B.1 C.1)\n one := \u27e81, LorentzGroup.one_mem\u27e9\n one_mul A := Subtype.eq (Matrix.one_mul A.1)\n mul_one A := Subtype.eq (Matrix.mul_one A.1)\n inv A := \u27e8minkowskiMetric.dual A.1, LorentzGroup.dual_mem A.2\u27e9\n mul_left_inv A := Subtype.eq (LorentzGroup.mem_iff_dual_mul_self.mp A.2)\n\n/-- `LorentzGroup` has the subtype topology. -/\ninstance : TopologicalSpace (LorentzGroup d) := instTopologicalSpaceSubtype\n\nnamespace LorentzGroup\n\nopen minkowskiMetric\n\nvariable {\u039b \u039b' : LorentzGroup d}\n\nlemma coe_inv : (\u039b\u207b\u00b9).1 = \u039b.1\u207b\u00b9:= (inv_eq_left_inv (mem_iff_dual_mul_self.mp \u039b.2)).symm\n\n@[simp]\nlemma subtype_inv_mul : (Subtype.val \u039b)\u207b\u00b9 * (Subtype.val \u039b) = 1 := by\n trans Subtype.val (\u039b\u207b\u00b9 * \u039b)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_left_inv \u039b]\n rfl\n\n@[simp]\nlemma subtype_mul_inv : (Subtype.val \u039b) * (Subtype.val \u039b)\u207b\u00b9 = 1 := by\n trans Subtype.val (\u039b * \u039b\u207b\u00b9)\n \u00b7 rw [\u2190 coe_inv]\n rfl\n \u00b7 rw [mul_right_inv \u039b]\n rfl\n\n@[simp]\nlemma mul_minkowskiMatrix_mul_transpose :\n (Subtype.val \u039b) * minkowskiMatrix * (Subtype.val \u039b).transpose = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_self_mul_dual] at h2\n simp only [dual] at h2\n refine (right_inv_eq_left_inv minkowskiMatrix.sq ?_).symm\n rw [\u2190 h2]\n noncomm_ring\n\n@[simp]\nlemma transpose_mul_minkowskiMatrix_mul_self :\n (Subtype.val \u039b).transpose * minkowskiMatrix * (Subtype.val \u039b) = minkowskiMatrix := by\n have h2 := \u039b.prop\n rw [LorentzGroup.mem_iff_dual_mul_self] at h2\n simp only [dual] at h2\n refine right_inv_eq_left_inv ?_ minkowskiMatrix.sq\n rw [\u2190 h2]\n noncomm_ring\n\n/-- The transpose of a matrix in the Lorentz group is an element of the Lorentz group. -/\ndef transpose (\u039b : LorentzGroup d) : LorentzGroup d :=\n \u27e8\u039b.1\u1d40, mem_iff_transpose.mp \u039b.2\u27e9\n\n@[simp]\nlemma transpose_one : @transpose d 1 = 1 := Subtype.eq Matrix.transpose_one\n\n@[simp]\nlemma transpose_mul : transpose (\u039b * \u039b') = transpose \u039b' * transpose \u039b :=\n Subtype.eq (Matrix.transpose_mul \u039b.1 \u039b'.1)\n\n/-!\n\n## Lorentz group as a topological group\n\nWe now show that the Lorentz group is a topological group.\nWe do this by showing that the natrual map from the Lorentz group to `GL (Fin 4) \u211d` is an\nembedding.\n\n-/\n\n/-- The homomorphism of the Lorentz group into `GL (Fin 4) \u211d`. -/\ndef toGL : LorentzGroup d \u2192* GL (Fin 1 \u2295 Fin d) \u211d where\n toFun A := \u27e8A.1, (A\u207b\u00b9).1, mul_eq_one_comm.mpr $ mem_iff_dual_mul_self.mp A.2,\n mem_iff_dual_mul_self.mp A.2\u27e9\n map_one' :=\n (GeneralLinearGroup.ext_iff _ 1).mpr fun _ => congrFun rfl\n map_mul' _ _ :=\n (GeneralLinearGroup.ext_iff _ _).mpr fun _ => congrFun rfl\n\nlemma toGL_injective : Function.Injective (@toGL d) := by\n refine fun A B h => Subtype.eq ?_\n rw [@Units.ext_iff] at h\n exact h\n\n/-- The homomorphism from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\n@[simps!]\ndef toProd : LorentzGroup d \u2192* (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d) \u00d7\n (Matrix (Fin 1 \u2295 Fin d) (Fin 1 \u2295 Fin d) \u211d)\u1d50\u1d52\u1d56 :=\n MonoidHom.comp (Units.embedProduct _) toGL\n\nlemma toProd_eq_transpose_\u03b7 : toProd \u039b = (\u039b.1, MulOpposite.op $ minkowskiMetric.dual \u039b.1) := rfl\n\nlemma toProd_injective : Function.Injective (@toProd d) := by\n intro A B h\n rw [toProd_eq_transpose_\u03b7, toProd_eq_transpose_\u03b7] at h\n rw [@Prod.mk.inj_iff] at h\n exact Subtype.eq h.1\n\nlemma toProd_continuous : Continuous (@toProd d) := by\n change Continuous (fun A => (A.1, \u27e8dual A.1\u27e9))\n refine continuous_prod_mk.mpr \u27e8continuous_iff_le_induced.mpr fun U a \u21a6 a,\n MulOpposite.continuous_op.comp' ((continuous_const.matrix_mul (continuous_iff_le_induced.mpr\n fun U a => a).matrix_transpose).matrix_mul continuous_const)\u27e9\n\n/-- The embedding from the Lorentz Group into the monoid of matrices times the opposite of\n the monoid of matrices. -/\nlemma toProd_embedding : Embedding (@toProd d) where\n inj := toProd_injective\n induced :=\n (inducing_iff \u21d1toProd).mp (inducing_of_inducing_compose toProd_continuous continuous_fst\n ((inducing_iff (Prod.fst \u2218 \u21d1toProd)).mpr rfl))\n\n/-- The embedding from the Lorentz Group into `GL (Fin 4) \u211d`. -/\nlemma toGL_embedding : Embedding (@toGL d).toFun where\n inj := toGL_injective\n induced := by\n refine ((fun {X} {t t'} => TopologicalSpace.ext_iff.mpr) fun _ \u21a6 ?_).symm\n rw [TopologicalSpace.ext_iff.mp toProd_embedding.induced _, isOpen_induced_iff,\n isOpen_induced_iff]\n exact exists_exists_and_eq_and\n\ninstance : TopologicalGroup (LorentzGroup d) :=\nInducing.topologicalGroup toGL toGL_embedding.toInducing\n\nsection\nopen LorentzVector\n/-!\n\n# To a norm one Lorentz vector\n\n-/\n\n/-- The first column of a Lorentz matrix as a `NormOneLorentzVector`. -/\n@[simps!]\ndef toNormOneLorentzVector (\u039b : LorentzGroup d) : NormOneLorentzVector d :=\n \u27e8\u039b.1 *\u1d65 timeVec, by rw [NormOneLorentzVector.mem_iff, \u039b.2, minkowskiMetric.on_timeVec]\u27e9\n\n/-!\n\n# The time like element\n\n-/\n\n/-- The time like element of a Lorentz matrix. -/\n@[simp]\ndef timeComp (\u039b : LorentzGroup d) : \u211d := \u039b.1 (Sum.inl 0) (Sum.inl 0)\n\ntheorem _root_.Matrix.mulVec_single_one [Fintype n] [DecidableEq n] [NonAssocSemiring R]\n (M : Matrix m n R) (j : n) :\n M *\u1d65 Pi.single j 1 = M\u1d40 j := by ext; simp\n\nlemma timeComp_eq_toNormOneLorentzVector : timeComp \u039b = (toNormOneLorentzVector \u039b).1.time := by\n simp only [time, toNormOneLorentzVector, timeVec, Fin.isValue, timeComp]\n erw [Pi.basisFun_apply, Matrix.mulVec_single_one]\n rfl\n\n", "theoremStatement": "lemma timeComp_mul (\u039b \u039b' : LorentzGroup d) : timeComp (\u039b * \u039b') =\n \u27eatoNormOneLorentzVector (transpose \u039b), (toNormOneLorentzVector \u039b').1.spaceReflection\u27eb\u2098 ", "theoremName": "LorentzGroup.timeComp_mul", "fileCreated": {"commit": "89e940a", "date": "2024-05-17"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzGroup/Basic.lean", "module": "HepLean.SpaceTime.LorentzGroup.Basic", "jsonFile": "HepLean.SpaceTime.LorentzGroup.Basic.jsonl", "positionMetadata": {"lineInFile": 284, "tokenPositionInFile": 9117, "theoremPositionInFile": 27}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 6, "repositoryPremises": true, "numRepositoryPremises": 16, "numPremises": 151, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n simp only [timeComp, Fin.isValue, lorentzGroupIsGroup_mul_coe, mul_apply, Fintype.sum_sum_type,\n Finset.univ_unique, Fin.default_eq_zero, Finset.sum_singleton, toNormOneLorentzVector,\n transpose, timeVec, right_spaceReflection, time, space, PiLp.inner_apply, Function.comp_apply,\n RCLike.inner_apply, conj_trivial]\n erw [Pi.basisFun_apply, Matrix.mulVec_single_one]\n simp", "proofType": "tactic", "proofLengthLines": 6, "proofLengthTokens": 390}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.Tensors.IndexNotation.TensorIndex\nimport HepLean.Tensors.IndexNotation.IndexString\nimport HepLean.SpaceTime.LorentzTensor.Real.Basic\n/-!\n\n# Index notation for real Lorentz tensors\n\nThis uses the general concepts of index notation in `HepLean.SpaceTime.LorentzTensor.IndexNotation`\nto define the index notation for real Lorentz tensors.\n\n-/\n\ninstance : IndexNotation realTensorColor.Color where\n charList := {'\u1d58', '\u1d64'}\n notaEquiv :=\n \u27e8fun c =>\n match c with\n | realTensorColor.ColorType.up => \u27e8'\u1d58', Finset.mem_insert_self '\u1d58' {'\u1d64'}\u27e9\n | realTensorColor.ColorType.down => \u27e8'\u1d64', Finset.insert_eq_self.mp (by rfl)\u27e9,\n fun c =>\n if c = '\u1d58' then realTensorColor.ColorType.up\n else realTensorColor.ColorType.down,\n by\n intro c\n match c with\n | realTensorColor.ColorType.up => rfl\n | realTensorColor.ColorType.down => rfl,\n by\n intro c\n by_cases hc : c = '\u1d58'\n \u00b7 simp only [\u2193Char.isValue, hc, \u2193reduceIte]\n exact SetCoe.ext (id (Eq.symm hc))\n \u00b7 have hc' : c = '\u1d64' := by\n have hc2 := c.2\n simp only [\u2193Char.isValue, Finset.mem_insert, Finset.mem_singleton] at hc2\n simp_all\n simp only [\u2193Char.isValue, hc', Char.reduceEq, \u2193reduceIte]\n exact SetCoe.ext (id (Eq.symm hc'))\u27e9\n\nnamespace realLorentzTensor\n\nopen realTensorColor\nopen IndexNotation IndexString\nopen TensorStructure TensorIndex\n\nvariable {d : \u2115}\n\ninstance instIndexNotationColor : IndexNotation (realLorentzTensor d).Color := instIndexNotationColorRealTensorColor\ninstance instDecidableEqColor : DecidableEq (realLorentzTensor d).Color := instDecidableEqColorRealTensorColor\n\n", "theoremStatement": "@[simp]\nlemma indexNotation_eq_color : @realLorentzTensor.instIndexNotationColor d =\n instIndexNotationColorRealTensorColor ", "theoremName": "realLorentzTensor.indexNotation_eq_color", "fileCreated": {"commit": "cef7e57", "date": "2024-08-06"}, "theoremCreated": {"commit": "9123431", "date": "2024-08-06"}, "file": "hep_lean/HepLean/SpaceTime/LorentzTensor/Real/IndexNotation.lean", "module": "HepLean.SpaceTime.LorentzTensor.Real.IndexNotation", "jsonFile": "HepLean.SpaceTime.LorentzTensor.Real.IndexNotation.jsonl", "positionMetadata": {"lineInFile": 56, "tokenPositionInFile": 1824, "theoremPositionInFile": 0}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 6, "numPremises": 11, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.ImportingFlag", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.SSet", "Lean.Data.Name", "Lean.Data.NameMap", "Lean.Data.Options", "Aesop.Check", "Aesop.Nanos", "Lean.Data.Format", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Data.JsonRpc", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.PersistentHashSet", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.ToExpr", "Lean.Data.Position", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Log", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.DeclarationRange", "Lean.Data.Lsp.Utf16", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Data.PrefixTree", "Lean.Data.Trie", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.NameTrie", "Lean.Data.Rat", "Lean.Data", "Lean.Util.RecDepth", "Lean.Util.Trace", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.CoreM", "Lean.Attributes", "Lean.Compiler.InlineAttrs", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Elab.InfoTree", "Lean.Compiler.ImplementedByAttr", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.InitAttr", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.ScopedEnvExtension", "Lean.Util.Recognizers", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.NoncomputableAttr", "Lean.Meta.GlobalInstances", "Lean.Structure", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.Elab.Config", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.KeyedDeclsAttribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Level", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Parser.Attr", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Util.ForEachExprWhere", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.BorrowedAnnotation", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Util.ForEachExpr", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.Import", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Meta.Tactic.Util", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Meta.Tactic.ElimInfo", "Lean.Elab.Arg", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.CongrTheorems", "Lean.Meta.MatchUtil", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Lean.Linter.MissingDocs", "Lean.Elab.BinderPredicates", "Lean.Elab.DeclarationRange", "Lean.Elab.LetRec", "Lean.Server.Utils", "Lean.Server.References", "Lean.Elab.Frontend", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinNotation", "Lean.Elab.DeclUtil", "Lean.Meta.ForEachExpr", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Util.CollectFVars", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.Apply", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Assumption", "Lean.Meta.Injective", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.Meta.Tactic.Rewrite", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Generalize", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Meta.GeneralizeVars", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Meta.Tactic.Rename", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Elab.BuiltinTerm", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Meta.Tactic.Constructor", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Tactic.Location", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Simp", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Meta.Tactic.Symm", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.Paths", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Aesop.Util.UnionFind", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Std.Lean.Meta.Basic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Array.Merge", "Aesop.Util.UnorderedArraySet", "Std.Data.Array.Match", "Std.Data.String.Basic", "Std.Data.Char", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.List.Basic", "Std.Data.Option.Lemmas", "Std.Classes.BEq", "Std.Data.List.Lemmas", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Std.Tactic.SeqFocus", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Lean.Expr", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.PersistentHashSet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Aesop.Util.EqualUpToIds", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Inaccessible", "Std.Lean.HashSet", "Std.Tactic.PermuteGoals", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Std.Lean.Meta.InstantiateMVars", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Std.Lean.Meta.UnusedNames", "Std.Lean.Meta.AssertHypotheses", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Std.Classes.Order", "Std.Data.BinomialHeap.Basic", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Std.Tactic.OpenPrivate", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "Mathlib.Data.Finset.Attr", "Mathlib.Init.Data.Nat.Notation", "Mathlib.Mathport.Rename", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Mathlib.Lean.Meta.Simp", "Std.Lean.NameMapAttribute", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Mathlib.Tactic.Simps.NotationClass", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.Order", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Std.Classes.Cast", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.Simp", "Std.Lean.NameMap", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.Lemma", "Mathlib.Tactic.TypeStar", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Relator", "Mathlib.Init.Propext", "Mathlib.Init.Data.Quot", "Mathlib.Tactic.Cases", "Mathlib.Tactic.Use", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.SimpRw", "Mathlib.Logic.Relation", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Init.Data.Int.Basic", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.AssertExists", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Order.RelClasses", "Mathlib.Data.List.Lex", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Option.NAry", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.List.Chain", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Dedup", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Algebra.Opposites", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Int.Basic", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Directed", "Mathlib.Data.Finset.Basic", "Mathlib.Algebra.Group.Embedding", "Mathlib.Order.Hom.Set", "Mathlib.Data.Fin.Basic", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Order.SetNotation", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Card", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Tactic.FinCases", "HepLean.Tensors.IndexNotation.Basic", "HepLean.Tensors.IndexNotation.IndexList.Basic", "HepLean.Tensors.IndexNotation.IndexList.Duals", "Mathlib.Data.List.FinRange", "HepLean.Tensors.IndexNotation.IndexList.CountId", "HepLean.Tensors.IndexNotation.IndexList.Equivs", "HepLean.Tensors.IndexNotation.IndexList.Contraction", "HepLean.Tensors.IndexNotation.IndexList.OnlyUniqueDuals", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Prod", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Congruence", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Order.Antichain", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Rat.Init", "Mathlib.Data.Rat.Defs", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Data.Rat.Order", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Algebra.Invertible.Basic", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.Algebra.Field.Defs", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Tactic.Positivity.Core", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Util.AtomM", "Mathlib.Tactic.Abel", "Mathlib.Algebra.Module.Basic", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.Algebra.Module.Pi", "Mathlib.Algebra.Field.Opposite", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Algebra.Star.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Data.Finset.Piecewise", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.Associated", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Module.ULift", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Algebra.Algebra.Basic", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Fintype.Sort", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Countable.Defs", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.Closure", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Data.Part", "Mathlib.Order.Hom.Order", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.LinearAlgebra.Multilinear.TensorProduct", "Mathlib.LinearAlgebra.PiTensorProduct", "Mathlib.Data.Finset.Fin", "Mathlib.Data.Int.Order.Units", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "HepLean.Tensors.Basic", "HepLean.Tensors.IndexNotation.IndexList.Color", "HepLean.Tensors.IndexNotation.ColorIndexList.Basic", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Data.Finsupp.Defs", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Logic.Equiv.List", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.Data.Countable.Basic", "Mathlib.Data.Set.Countable", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.Linarith", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.LinearAlgebra.Quotient", "Mathlib.LinearAlgebra.Projection", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Order.Filter.Basic", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.Data.Set.UnionLift", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.ZMod.Defs", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.GroupTheory.Finiteness", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Nat.Parity", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Matrix.Notation", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.Multiplicity", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.Nat.Prime", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Data.Finite.Card", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Algebra.Group.Commutator", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.ZMod.Basic", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.List", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Int.Parity", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.FieldTheory.Subfield", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.LinearAlgebra.Dual", "Mathlib.LinearAlgebra.Contraction", "Mathlib.RepresentationTheory.Basic", "HepLean.Tensors.MulActionTensor", "HepLean.Tensors.Contraction", "HepLean.Tensors.IndexNotation.ColorIndexList.Contraction", "HepLean.Tensors.IndexNotation.IndexList.Subperm", "HepLean.Tensors.IndexNotation.ColorIndexList.ContrPerm", "HepLean.Tensors.IndexNotation.ColorIndexList.Append", "HepLean.Tensors.RisingLowering", "HepLean.Tensors.IndexNotation.TensorIndex", "HepLean.Tensors.IndexNotation.IndexString", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne", "HepLean.SpaceTime.LorentzGroup.Basic", "HepLean.SpaceTime.LorentzVector.LorentzAction", "HepLean.SpaceTime.LorentzVector.Covariant", "HepLean.SpaceTime.LorentzVector.Contraction", "HepLean.SpaceTime.LorentzTensor.Real.Basic"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rfl", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 11}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.Tensors.IndexNotation.TensorIndex\nimport HepLean.Tensors.IndexNotation.IndexString\nimport HepLean.SpaceTime.LorentzTensor.Real.Basic\n/-!\n\n# Index notation for real Lorentz tensors\n\nThis uses the general concepts of index notation in `HepLean.SpaceTime.LorentzTensor.IndexNotation`\nto define the index notation for real Lorentz tensors.\n\n-/\n\ninstance : IndexNotation realTensorColor.Color where\n charList := {'\u1d58', '\u1d64'}\n notaEquiv :=\n \u27e8fun c =>\n match c with\n | realTensorColor.ColorType.up => \u27e8'\u1d58', Finset.mem_insert_self '\u1d58' {'\u1d64'}\u27e9\n | realTensorColor.ColorType.down => \u27e8'\u1d64', Finset.insert_eq_self.mp (by rfl)\u27e9,\n fun c =>\n if c = '\u1d58' then realTensorColor.ColorType.up\n else realTensorColor.ColorType.down,\n by\n intro c\n match c with\n | realTensorColor.ColorType.up => rfl\n | realTensorColor.ColorType.down => rfl,\n by\n intro c\n by_cases hc : c = '\u1d58'\n \u00b7 simp only [\u2193Char.isValue, hc, \u2193reduceIte]\n exact SetCoe.ext (id (Eq.symm hc))\n \u00b7 have hc' : c = '\u1d64' := by\n have hc2 := c.2\n simp only [\u2193Char.isValue, Finset.mem_insert, Finset.mem_singleton] at hc2\n simp_all\n simp only [\u2193Char.isValue, hc', Char.reduceEq, \u2193reduceIte]\n exact SetCoe.ext (id (Eq.symm hc'))\u27e9\n\nnamespace realLorentzTensor\n\nopen realTensorColor\nopen IndexNotation IndexString\nopen TensorStructure TensorIndex\n\nvariable {d : \u2115}\n\ninstance instIndexNotationColor : IndexNotation (realLorentzTensor d).Color := instIndexNotationColorRealTensorColor\ninstance instDecidableEqColor : DecidableEq (realLorentzTensor d).Color := instDecidableEqColorRealTensorColor\n\n@[simp]\nlemma indexNotation_eq_color : @realLorentzTensor.instIndexNotationColor d =\n instIndexNotationColorRealTensorColor := by\n rfl\n\n", "theoremStatement": "@[simp]\nlemma decidableEq_eq_color : @realLorentzTensor.instDecidableEqColor d =\n instDecidableEqColorRealTensorColor ", "theoremName": "realLorentzTensor.decidableEq_eq_color", "fileCreated": {"commit": "cef7e57", "date": "2024-08-06"}, "theoremCreated": {"commit": "d419a17", "date": "2024-08-14"}, "file": "hep_lean/HepLean/SpaceTime/LorentzTensor/Real/IndexNotation.lean", "module": "HepLean.SpaceTime.LorentzTensor.Real.IndexNotation", "jsonFile": "HepLean.SpaceTime.LorentzTensor.Real.IndexNotation.jsonl", "positionMetadata": {"lineInFile": 61, "tokenPositionInFile": 1964, "theoremPositionInFile": 1}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 1, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 11, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.ImportingFlag", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.SSet", "Lean.Data.Name", "Lean.Data.NameMap", "Lean.Data.Options", "Aesop.Check", "Aesop.Nanos", "Lean.Data.Format", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Data.JsonRpc", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.PersistentHashSet", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.ToExpr", "Lean.Data.Position", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Log", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.DeclarationRange", "Lean.Data.Lsp.Utf16", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Data.PrefixTree", "Lean.Data.Trie", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.NameTrie", "Lean.Data.Rat", "Lean.Data", "Lean.Util.RecDepth", "Lean.Util.Trace", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.CoreM", "Lean.Attributes", "Lean.Compiler.InlineAttrs", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Elab.InfoTree", "Lean.Compiler.ImplementedByAttr", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.InitAttr", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.ScopedEnvExtension", "Lean.Util.Recognizers", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.NoncomputableAttr", "Lean.Meta.GlobalInstances", "Lean.Structure", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.Elab.Config", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.KeyedDeclsAttribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Level", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Parser.Attr", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Util.ForEachExprWhere", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.BorrowedAnnotation", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Util.ForEachExpr", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.Import", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Meta.Tactic.Util", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Meta.Tactic.ElimInfo", "Lean.Elab.Arg", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.CongrTheorems", "Lean.Meta.MatchUtil", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Lean.Linter.MissingDocs", "Lean.Elab.BinderPredicates", "Lean.Elab.DeclarationRange", "Lean.Elab.LetRec", "Lean.Server.Utils", "Lean.Server.References", "Lean.Elab.Frontend", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinNotation", "Lean.Elab.DeclUtil", "Lean.Meta.ForEachExpr", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Util.CollectFVars", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.Apply", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Assumption", "Lean.Meta.Injective", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.Meta.Tactic.Rewrite", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Generalize", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Meta.GeneralizeVars", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Meta.Tactic.Rename", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Elab.BuiltinTerm", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Meta.Tactic.Constructor", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Tactic.Location", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Simp", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Meta.Tactic.Symm", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.Paths", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Aesop.Util.UnionFind", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Std.Lean.Meta.Basic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Array.Merge", "Aesop.Util.UnorderedArraySet", "Std.Data.Array.Match", "Std.Data.String.Basic", "Std.Data.Char", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.List.Basic", "Std.Data.Option.Lemmas", "Std.Classes.BEq", "Std.Data.List.Lemmas", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Std.Tactic.SeqFocus", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Lean.Expr", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.PersistentHashSet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Aesop.Util.EqualUpToIds", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Inaccessible", "Std.Lean.HashSet", "Std.Tactic.PermuteGoals", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Std.Lean.Meta.InstantiateMVars", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Std.Lean.Meta.UnusedNames", "Std.Lean.Meta.AssertHypotheses", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Std.Classes.Order", "Std.Data.BinomialHeap.Basic", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Std.Tactic.OpenPrivate", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "Mathlib.Data.Finset.Attr", "Mathlib.Init.Data.Nat.Notation", "Mathlib.Mathport.Rename", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Mathlib.Lean.Meta.Simp", "Std.Lean.NameMapAttribute", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Mathlib.Tactic.Simps.NotationClass", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.Order", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Std.Classes.Cast", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.Simp", "Std.Lean.NameMap", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.Lemma", "Mathlib.Tactic.TypeStar", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Relator", "Mathlib.Init.Propext", "Mathlib.Init.Data.Quot", "Mathlib.Tactic.Cases", "Mathlib.Tactic.Use", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.SimpRw", "Mathlib.Logic.Relation", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Init.Data.Int.Basic", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.AssertExists", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Order.RelClasses", "Mathlib.Data.List.Lex", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Option.NAry", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.List.Chain", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Dedup", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Algebra.Opposites", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Int.Basic", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Directed", "Mathlib.Data.Finset.Basic", "Mathlib.Algebra.Group.Embedding", "Mathlib.Order.Hom.Set", "Mathlib.Data.Fin.Basic", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Order.SetNotation", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Card", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Tactic.FinCases", "HepLean.Tensors.IndexNotation.Basic", "HepLean.Tensors.IndexNotation.IndexList.Basic", "HepLean.Tensors.IndexNotation.IndexList.Duals", "Mathlib.Data.List.FinRange", "HepLean.Tensors.IndexNotation.IndexList.CountId", "HepLean.Tensors.IndexNotation.IndexList.Equivs", "HepLean.Tensors.IndexNotation.IndexList.Contraction", "HepLean.Tensors.IndexNotation.IndexList.OnlyUniqueDuals", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Prod", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Congruence", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Order.Antichain", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Rat.Init", "Mathlib.Data.Rat.Defs", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Data.Rat.Order", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Algebra.Invertible.Basic", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.Algebra.Field.Defs", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Tactic.Positivity.Core", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Util.AtomM", "Mathlib.Tactic.Abel", "Mathlib.Algebra.Module.Basic", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.Algebra.Module.Pi", "Mathlib.Algebra.Field.Opposite", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Algebra.Star.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Data.Finset.Piecewise", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.Associated", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Module.ULift", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Algebra.Algebra.Basic", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Fintype.Sort", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Countable.Defs", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.Closure", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Data.Part", "Mathlib.Order.Hom.Order", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.LinearAlgebra.Multilinear.TensorProduct", "Mathlib.LinearAlgebra.PiTensorProduct", "Mathlib.Data.Finset.Fin", "Mathlib.Data.Int.Order.Units", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "HepLean.Tensors.Basic", "HepLean.Tensors.IndexNotation.IndexList.Color", "HepLean.Tensors.IndexNotation.ColorIndexList.Basic", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Data.Finsupp.Defs", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Logic.Equiv.List", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.Data.Countable.Basic", "Mathlib.Data.Set.Countable", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.Linarith", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.LinearAlgebra.Quotient", "Mathlib.LinearAlgebra.Projection", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Order.Filter.Basic", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.Data.Set.UnionLift", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.ZMod.Defs", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.GroupTheory.Finiteness", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Nat.Parity", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Matrix.Notation", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.Multiplicity", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.Nat.Prime", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Data.Finite.Card", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Algebra.Group.Commutator", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.ZMod.Basic", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.List", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Int.Parity", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.FieldTheory.Subfield", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.LinearAlgebra.Dual", "Mathlib.LinearAlgebra.Contraction", "Mathlib.RepresentationTheory.Basic", "HepLean.Tensors.MulActionTensor", "HepLean.Tensors.Contraction", "HepLean.Tensors.IndexNotation.ColorIndexList.Contraction", "HepLean.Tensors.IndexNotation.IndexList.Subperm", "HepLean.Tensors.IndexNotation.ColorIndexList.ContrPerm", "HepLean.Tensors.IndexNotation.ColorIndexList.Append", "HepLean.Tensors.RisingLowering", "HepLean.Tensors.IndexNotation.TensorIndex", "HepLean.Tensors.IndexNotation.IndexString", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne", "HepLean.SpaceTime.LorentzGroup.Basic", "HepLean.SpaceTime.LorentzVector.LorentzAction", "HepLean.SpaceTime.LorentzVector.Covariant", "HepLean.SpaceTime.LorentzVector.Contraction", "HepLean.SpaceTime.LorentzTensor.Real.Basic"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rfl", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 11}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.Tensors.IndexNotation.TensorIndex\nimport HepLean.Tensors.IndexNotation.IndexString\nimport HepLean.SpaceTime.LorentzTensor.Real.Basic\n/-!\n\n# Index notation for real Lorentz tensors\n\nThis uses the general concepts of index notation in `HepLean.SpaceTime.LorentzTensor.IndexNotation`\nto define the index notation for real Lorentz tensors.\n\n-/\n\ninstance : IndexNotation realTensorColor.Color where\n charList := {'\u1d58', '\u1d64'}\n notaEquiv :=\n \u27e8fun c =>\n match c with\n | realTensorColor.ColorType.up => \u27e8'\u1d58', Finset.mem_insert_self '\u1d58' {'\u1d64'}\u27e9\n | realTensorColor.ColorType.down => \u27e8'\u1d64', Finset.insert_eq_self.mp (by rfl)\u27e9,\n fun c =>\n if c = '\u1d58' then realTensorColor.ColorType.up\n else realTensorColor.ColorType.down,\n by\n intro c\n match c with\n | realTensorColor.ColorType.up => rfl\n | realTensorColor.ColorType.down => rfl,\n by\n intro c\n by_cases hc : c = '\u1d58'\n \u00b7 simp only [\u2193Char.isValue, hc, \u2193reduceIte]\n exact SetCoe.ext (id (Eq.symm hc))\n \u00b7 have hc' : c = '\u1d64' := by\n have hc2 := c.2\n simp only [\u2193Char.isValue, Finset.mem_insert, Finset.mem_singleton] at hc2\n simp_all\n simp only [\u2193Char.isValue, hc', Char.reduceEq, \u2193reduceIte]\n exact SetCoe.ext (id (Eq.symm hc'))\u27e9\n\nnamespace realLorentzTensor\n\nopen realTensorColor\nopen IndexNotation IndexString\nopen TensorStructure TensorIndex\n\nvariable {d : \u2115}\n\ninstance instIndexNotationColor : IndexNotation (realLorentzTensor d).Color := instIndexNotationColorRealTensorColor\ninstance instDecidableEqColor : DecidableEq (realLorentzTensor d).Color := instDecidableEqColorRealTensorColor\n\n@[simp]\nlemma indexNotation_eq_color : @realLorentzTensor.instIndexNotationColor d =\n instIndexNotationColorRealTensorColor := by\n rfl\n\n@[simp]\nlemma decidableEq_eq_color : @realLorentzTensor.instDecidableEqColor d =\n instDecidableEqColorRealTensorColor := by\n rfl\n\n", "theoremStatement": "@[simp]\nlemma realLorentzTensor_color : (realLorentzTensor d).Color = realTensorColor.Color ", "theoremName": "realLorentzTensor.realLorentzTensor_color", "fileCreated": {"commit": "cef7e57", "date": "2024-08-06"}, "theoremCreated": {"commit": "cef7e57", "date": "2024-08-06"}, "file": "hep_lean/HepLean/SpaceTime/LorentzTensor/Real/IndexNotation.lean", "module": "HepLean.SpaceTime.LorentzTensor.Real.IndexNotation", "jsonFile": "HepLean.SpaceTime.LorentzTensor.Real.IndexNotation.jsonl", "positionMetadata": {"lineInFile": 66, "tokenPositionInFile": 2098, "theoremPositionInFile": 2}, "dependencyMetadata": {"inFilePremises": false, "numInFilePremises": 0, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 9, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.ImportingFlag", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.SSet", "Lean.Data.Name", "Lean.Data.NameMap", "Lean.Data.Options", "Aesop.Check", "Aesop.Nanos", "Lean.Data.Format", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Data.JsonRpc", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.PersistentHashSet", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.ToExpr", "Lean.Data.Position", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Log", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.DeclarationRange", "Lean.Data.Lsp.Utf16", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Data.PrefixTree", "Lean.Data.Trie", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.NameTrie", "Lean.Data.Rat", "Lean.Data", "Lean.Util.RecDepth", "Lean.Util.Trace", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.CoreM", "Lean.Attributes", "Lean.Compiler.InlineAttrs", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Elab.InfoTree", "Lean.Compiler.ImplementedByAttr", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.InitAttr", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.ScopedEnvExtension", "Lean.Util.Recognizers", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.NoncomputableAttr", "Lean.Meta.GlobalInstances", "Lean.Structure", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.Elab.Config", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.KeyedDeclsAttribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Level", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Parser.Attr", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Util.ForEachExprWhere", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.BorrowedAnnotation", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Util.ForEachExpr", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.Import", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Meta.Tactic.Util", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Meta.Tactic.ElimInfo", "Lean.Elab.Arg", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.CongrTheorems", "Lean.Meta.MatchUtil", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Lean.Linter.MissingDocs", "Lean.Elab.BinderPredicates", "Lean.Elab.DeclarationRange", "Lean.Elab.LetRec", "Lean.Server.Utils", "Lean.Server.References", "Lean.Elab.Frontend", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinNotation", "Lean.Elab.DeclUtil", "Lean.Meta.ForEachExpr", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Util.CollectFVars", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.Apply", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Assumption", "Lean.Meta.Injective", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.Meta.Tactic.Rewrite", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Generalize", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Meta.GeneralizeVars", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Meta.Tactic.Rename", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Elab.BuiltinTerm", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Meta.Tactic.Constructor", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Tactic.Location", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Simp", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Meta.Tactic.Symm", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.Paths", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Aesop.Util.UnionFind", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Std.Lean.Meta.Basic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Array.Merge", "Aesop.Util.UnorderedArraySet", "Std.Data.Array.Match", "Std.Data.String.Basic", "Std.Data.Char", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.List.Basic", "Std.Data.Option.Lemmas", "Std.Classes.BEq", "Std.Data.List.Lemmas", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Std.Tactic.SeqFocus", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Lean.Expr", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.PersistentHashSet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Aesop.Util.EqualUpToIds", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Inaccessible", "Std.Lean.HashSet", "Std.Tactic.PermuteGoals", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Std.Lean.Meta.InstantiateMVars", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Std.Lean.Meta.UnusedNames", "Std.Lean.Meta.AssertHypotheses", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Std.Classes.Order", "Std.Data.BinomialHeap.Basic", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Std.Tactic.OpenPrivate", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "Mathlib.Data.Finset.Attr", "Mathlib.Init.Data.Nat.Notation", "Mathlib.Mathport.Rename", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Mathlib.Lean.Meta.Simp", "Std.Lean.NameMapAttribute", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Mathlib.Tactic.Simps.NotationClass", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.Order", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Std.Classes.Cast", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.Simp", "Std.Lean.NameMap", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.Lemma", "Mathlib.Tactic.TypeStar", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Relator", "Mathlib.Init.Propext", "Mathlib.Init.Data.Quot", "Mathlib.Tactic.Cases", "Mathlib.Tactic.Use", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.SimpRw", "Mathlib.Logic.Relation", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Init.Data.Int.Basic", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.AssertExists", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Order.RelClasses", "Mathlib.Data.List.Lex", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Option.NAry", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.List.Chain", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Dedup", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Algebra.Opposites", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Int.Basic", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Directed", "Mathlib.Data.Finset.Basic", "Mathlib.Algebra.Group.Embedding", "Mathlib.Order.Hom.Set", "Mathlib.Data.Fin.Basic", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Order.SetNotation", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Card", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Tactic.FinCases", "HepLean.Tensors.IndexNotation.Basic", "HepLean.Tensors.IndexNotation.IndexList.Basic", "HepLean.Tensors.IndexNotation.IndexList.Duals", "Mathlib.Data.List.FinRange", "HepLean.Tensors.IndexNotation.IndexList.CountId", "HepLean.Tensors.IndexNotation.IndexList.Equivs", "HepLean.Tensors.IndexNotation.IndexList.Contraction", "HepLean.Tensors.IndexNotation.IndexList.OnlyUniqueDuals", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Prod", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Congruence", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Order.Antichain", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Rat.Init", "Mathlib.Data.Rat.Defs", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Data.Rat.Order", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Algebra.Invertible.Basic", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.Algebra.Field.Defs", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Tactic.Positivity.Core", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Util.AtomM", "Mathlib.Tactic.Abel", "Mathlib.Algebra.Module.Basic", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.Algebra.Module.Pi", "Mathlib.Algebra.Field.Opposite", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Algebra.Star.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Data.Finset.Piecewise", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.Associated", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Module.ULift", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Algebra.Algebra.Basic", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Fintype.Sort", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Countable.Defs", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.Closure", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Data.Part", "Mathlib.Order.Hom.Order", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.LinearAlgebra.Multilinear.TensorProduct", "Mathlib.LinearAlgebra.PiTensorProduct", "Mathlib.Data.Finset.Fin", "Mathlib.Data.Int.Order.Units", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "HepLean.Tensors.Basic", "HepLean.Tensors.IndexNotation.IndexList.Color", "HepLean.Tensors.IndexNotation.ColorIndexList.Basic", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Data.Finsupp.Defs", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Logic.Equiv.List", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.Data.Countable.Basic", "Mathlib.Data.Set.Countable", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.Linarith", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.LinearAlgebra.Quotient", "Mathlib.LinearAlgebra.Projection", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Order.Filter.Basic", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.Data.Set.UnionLift", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.ZMod.Defs", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.GroupTheory.Finiteness", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Nat.Parity", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Matrix.Notation", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.Multiplicity", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.Nat.Prime", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Data.Finite.Card", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Algebra.Group.Commutator", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.ZMod.Basic", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.List", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Int.Parity", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.FieldTheory.Subfield", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.LinearAlgebra.Dual", "Mathlib.LinearAlgebra.Contraction", "Mathlib.RepresentationTheory.Basic", "HepLean.Tensors.MulActionTensor", "HepLean.Tensors.Contraction", "HepLean.Tensors.IndexNotation.ColorIndexList.Contraction", "HepLean.Tensors.IndexNotation.IndexList.Subperm", "HepLean.Tensors.IndexNotation.ColorIndexList.ContrPerm", "HepLean.Tensors.IndexNotation.ColorIndexList.Append", "HepLean.Tensors.RisingLowering", "HepLean.Tensors.IndexNotation.TensorIndex", "HepLean.Tensors.IndexNotation.IndexString", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne", "HepLean.SpaceTime.LorentzGroup.Basic", "HepLean.SpaceTime.LorentzVector.LorentzAction", "HepLean.SpaceTime.LorentzVector.Covariant", "HepLean.SpaceTime.LorentzVector.Contraction", "HepLean.SpaceTime.LorentzTensor.Real.Basic"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rfl", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 11}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.Tensors.IndexNotation.TensorIndex\nimport HepLean.Tensors.IndexNotation.IndexString\nimport HepLean.SpaceTime.LorentzTensor.Real.Basic\n/-!\n\n# Index notation for real Lorentz tensors\n\nThis uses the general concepts of index notation in `HepLean.SpaceTime.LorentzTensor.IndexNotation`\nto define the index notation for real Lorentz tensors.\n\n-/\n\ninstance : IndexNotation realTensorColor.Color where\n charList := {'\u1d58', '\u1d64'}\n notaEquiv :=\n \u27e8fun c =>\n match c with\n | realTensorColor.ColorType.up => \u27e8'\u1d58', Finset.mem_insert_self '\u1d58' {'\u1d64'}\u27e9\n | realTensorColor.ColorType.down => \u27e8'\u1d64', Finset.insert_eq_self.mp (by rfl)\u27e9,\n fun c =>\n if c = '\u1d58' then realTensorColor.ColorType.up\n else realTensorColor.ColorType.down,\n by\n intro c\n match c with\n | realTensorColor.ColorType.up => rfl\n | realTensorColor.ColorType.down => rfl,\n by\n intro c\n by_cases hc : c = '\u1d58'\n \u00b7 simp only [\u2193Char.isValue, hc, \u2193reduceIte]\n exact SetCoe.ext (id (Eq.symm hc))\n \u00b7 have hc' : c = '\u1d64' := by\n have hc2 := c.2\n simp only [\u2193Char.isValue, Finset.mem_insert, Finset.mem_singleton] at hc2\n simp_all\n simp only [\u2193Char.isValue, hc', Char.reduceEq, \u2193reduceIte]\n exact SetCoe.ext (id (Eq.symm hc'))\u27e9\n\nnamespace realLorentzTensor\n\nopen realTensorColor\nopen IndexNotation IndexString\nopen TensorStructure TensorIndex\n\nvariable {d : \u2115}\n\ninstance instIndexNotationColor : IndexNotation (realLorentzTensor d).Color := instIndexNotationColorRealTensorColor\ninstance instDecidableEqColor : DecidableEq (realLorentzTensor d).Color := instDecidableEqColorRealTensorColor\n\n@[simp]\nlemma indexNotation_eq_color : @realLorentzTensor.instIndexNotationColor d =\n instIndexNotationColorRealTensorColor := by\n rfl\n\n@[simp]\nlemma decidableEq_eq_color : @realLorentzTensor.instDecidableEqColor d =\n instDecidableEqColorRealTensorColor := by\n rfl\n\n@[simp]\nlemma realLorentzTensor_color : (realLorentzTensor d).Color = realTensorColor.Color := by\n rfl\n\n", "theoremStatement": "@[simp]\nlemma toTensorColor_eq : (realLorentzTensor d).toTensorColor = realTensorColor ", "theoremName": "realLorentzTensor.toTensorColor_eq", "fileCreated": {"commit": "cef7e57", "date": "2024-08-06"}, "theoremCreated": {"commit": "cef7e57", "date": "2024-08-06"}, "file": "hep_lean/HepLean/SpaceTime/LorentzTensor/Real/IndexNotation.lean", "module": "HepLean.SpaceTime.LorentzTensor.Real.IndexNotation", "jsonFile": "HepLean.SpaceTime.LorentzTensor.Real.IndexNotation.jsonl", "positionMetadata": {"lineInFile": 70, "tokenPositionInFile": 2203, "theoremPositionInFile": 3}, "dependencyMetadata": {"inFilePremises": false, "numInFilePremises": 0, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 9, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.ImportingFlag", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.SSet", "Lean.Data.Name", "Lean.Data.NameMap", "Lean.Data.Options", "Aesop.Check", "Aesop.Nanos", "Lean.Data.Format", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Data.JsonRpc", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.PersistentHashSet", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.ToExpr", "Lean.Data.Position", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Log", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.DeclarationRange", "Lean.Data.Lsp.Utf16", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Data.PrefixTree", "Lean.Data.Trie", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.NameTrie", "Lean.Data.Rat", "Lean.Data", "Lean.Util.RecDepth", "Lean.Util.Trace", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.CoreM", "Lean.Attributes", "Lean.Compiler.InlineAttrs", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Elab.InfoTree", "Lean.Compiler.ImplementedByAttr", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.InitAttr", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.ScopedEnvExtension", "Lean.Util.Recognizers", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.NoncomputableAttr", "Lean.Meta.GlobalInstances", "Lean.Structure", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.Elab.Config", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.KeyedDeclsAttribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Level", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Parser.Attr", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Util.ForEachExprWhere", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.BorrowedAnnotation", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Util.ForEachExpr", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.Import", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Meta.Tactic.Util", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Meta.Tactic.ElimInfo", "Lean.Elab.Arg", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.CongrTheorems", "Lean.Meta.MatchUtil", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Lean.Linter.MissingDocs", "Lean.Elab.BinderPredicates", "Lean.Elab.DeclarationRange", "Lean.Elab.LetRec", "Lean.Server.Utils", "Lean.Server.References", "Lean.Elab.Frontend", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinNotation", "Lean.Elab.DeclUtil", "Lean.Meta.ForEachExpr", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Util.CollectFVars", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.Apply", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Assumption", "Lean.Meta.Injective", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.Meta.Tactic.Rewrite", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Generalize", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Meta.GeneralizeVars", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Meta.Tactic.Rename", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Elab.BuiltinTerm", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Meta.Tactic.Constructor", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Tactic.Location", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Simp", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Meta.Tactic.Symm", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.Paths", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Aesop.Util.UnionFind", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Std.Lean.Meta.Basic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Array.Merge", "Aesop.Util.UnorderedArraySet", "Std.Data.Array.Match", "Std.Data.String.Basic", "Std.Data.Char", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.List.Basic", "Std.Data.Option.Lemmas", "Std.Classes.BEq", "Std.Data.List.Lemmas", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Std.Tactic.SeqFocus", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Lean.Expr", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.PersistentHashSet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Aesop.Util.EqualUpToIds", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Inaccessible", "Std.Lean.HashSet", "Std.Tactic.PermuteGoals", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Std.Lean.Meta.InstantiateMVars", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Std.Lean.Meta.UnusedNames", "Std.Lean.Meta.AssertHypotheses", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Std.Classes.Order", "Std.Data.BinomialHeap.Basic", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Std.Tactic.OpenPrivate", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "Mathlib.Data.Finset.Attr", "Mathlib.Init.Data.Nat.Notation", "Mathlib.Mathport.Rename", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Mathlib.Lean.Meta.Simp", "Std.Lean.NameMapAttribute", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Mathlib.Tactic.Simps.NotationClass", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.Order", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Std.Classes.Cast", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.Simp", "Std.Lean.NameMap", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.Lemma", "Mathlib.Tactic.TypeStar", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Relator", "Mathlib.Init.Propext", "Mathlib.Init.Data.Quot", "Mathlib.Tactic.Cases", "Mathlib.Tactic.Use", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.SimpRw", "Mathlib.Logic.Relation", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Init.Data.Int.Basic", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.AssertExists", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Order.RelClasses", "Mathlib.Data.List.Lex", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Option.NAry", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.List.Chain", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Dedup", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Algebra.Opposites", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Int.Basic", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Directed", "Mathlib.Data.Finset.Basic", "Mathlib.Algebra.Group.Embedding", "Mathlib.Order.Hom.Set", "Mathlib.Data.Fin.Basic", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Order.SetNotation", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Card", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Tactic.FinCases", "HepLean.Tensors.IndexNotation.Basic", "HepLean.Tensors.IndexNotation.IndexList.Basic", "HepLean.Tensors.IndexNotation.IndexList.Duals", "Mathlib.Data.List.FinRange", "HepLean.Tensors.IndexNotation.IndexList.CountId", "HepLean.Tensors.IndexNotation.IndexList.Equivs", "HepLean.Tensors.IndexNotation.IndexList.Contraction", "HepLean.Tensors.IndexNotation.IndexList.OnlyUniqueDuals", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Prod", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Congruence", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Order.Antichain", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Rat.Init", "Mathlib.Data.Rat.Defs", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Data.Rat.Order", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Algebra.Invertible.Basic", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.Algebra.Field.Defs", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Tactic.Positivity.Core", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Util.AtomM", "Mathlib.Tactic.Abel", "Mathlib.Algebra.Module.Basic", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.Algebra.Module.Pi", "Mathlib.Algebra.Field.Opposite", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Algebra.Star.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Data.Finset.Piecewise", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.Associated", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Module.ULift", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Algebra.Algebra.Basic", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Fintype.Sort", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Countable.Defs", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.Closure", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Data.Part", "Mathlib.Order.Hom.Order", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.LinearAlgebra.Multilinear.TensorProduct", "Mathlib.LinearAlgebra.PiTensorProduct", "Mathlib.Data.Finset.Fin", "Mathlib.Data.Int.Order.Units", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "HepLean.Tensors.Basic", "HepLean.Tensors.IndexNotation.IndexList.Color", "HepLean.Tensors.IndexNotation.ColorIndexList.Basic", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Data.Finsupp.Defs", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Logic.Equiv.List", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.Data.Countable.Basic", "Mathlib.Data.Set.Countable", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.Linarith", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.LinearAlgebra.Quotient", "Mathlib.LinearAlgebra.Projection", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Order.Filter.Basic", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.Data.Set.UnionLift", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.ZMod.Defs", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.GroupTheory.Finiteness", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Nat.Parity", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Matrix.Notation", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.Multiplicity", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.Nat.Prime", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Data.Finite.Card", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Algebra.Group.Commutator", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.ZMod.Basic", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.List", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Int.Parity", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.FieldTheory.Subfield", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.LinearAlgebra.Dual", "Mathlib.LinearAlgebra.Contraction", "Mathlib.RepresentationTheory.Basic", "HepLean.Tensors.MulActionTensor", "HepLean.Tensors.Contraction", "HepLean.Tensors.IndexNotation.ColorIndexList.Contraction", "HepLean.Tensors.IndexNotation.IndexList.Subperm", "HepLean.Tensors.IndexNotation.ColorIndexList.ContrPerm", "HepLean.Tensors.IndexNotation.ColorIndexList.Append", "HepLean.Tensors.RisingLowering", "HepLean.Tensors.IndexNotation.TensorIndex", "HepLean.Tensors.IndexNotation.IndexString", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric", "HepLean.SpaceTime.LorentzVector.NormOne", "HepLean.SpaceTime.LorentzGroup.Basic", "HepLean.SpaceTime.LorentzVector.LorentzAction", "HepLean.SpaceTime.LorentzVector.Covariant", "HepLean.SpaceTime.LorentzVector.Contraction", "HepLean.SpaceTime.LorentzTensor.Real.Basic"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rfl", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 11}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Data.Complex.Exponential\nimport Mathlib.Analysis.InnerProductSpace.PiL2\n/-!\n\n# Lorentz vectors\n\n(aka 4-vectors)\n\nIn this file we define a Lorentz vector (in 4d, this is more often called a 4-vector).\n\nOne of the most important example of a Lorentz vector is SpaceTime.\n\nWe will define the group action of the Lorentz group on Lorentz vectors in\n`HepLean.SpaceTime.LorentzVector.LorentzAction` in such a way that `LorentzVector`\ncorresponds to contravariant Lorentz tensors.\n\n-/\n\nopen BigOperators\n\n/- The number of space dimensions . -/\nvariable (d : \u2115)\n\n/-- The type of (contravariant) Lorentz Vectors in `d`-space dimensions. -/\ndef LorentzVector : Type := (Fin 1 \u2295 Fin d) \u2192 \u211d\n\n/-- An instance of an additive commutative monoid on `LorentzVector`. -/\ninstance : AddCommMonoid (LorentzVector d) := Pi.addCommMonoid\n\n/-- An instance of a module on `LorentzVector`. -/\nnoncomputable instance instModuleRealLorentzVector : Module \u211d (LorentzVector d) := Pi.module _ _ _\n\ninstance : AddCommGroup (LorentzVector d) := Pi.addCommGroup\n\n/-- The structure of a topological space `LorentzVector d`. -/\ninstance : TopologicalSpace (LorentzVector d) :=\n haveI : NormedAddCommGroup (LorentzVector d) := Pi.normedAddCommGroup\n UniformSpace.toTopologicalSpace\n\nnamespace LorentzVector\n\nvariable {d : \u2115} (v : LorentzVector d)\n\n/-- The space components. -/\n@[simp]\ndef space : EuclideanSpace \u211d (Fin d) := v \u2218 Sum.inr\n\n/-- The time component. -/\n@[simp]\ndef time : \u211d := v (Sum.inl 0)\n\n/-!\n\n# The standard basis\n\n-/\n\n/-- The standard basis of `LorentzVector` indexed by `Fin 1 \u2295 Fin (d)`. -/\n@[simps!]\nnoncomputable def stdBasis : Basis (Fin 1 \u2295 Fin (d)) \u211d (LorentzVector d) := Pi.basisFun \u211d _\n\n/-- Notation for `stdBasis`. -/\nscoped[LorentzVector] notation \"e\" => stdBasis\n\n", "theoremStatement": "lemma stdBasis_apply (\u03bc \u03bd : Fin 1 \u2295 Fin d) : e \u03bc \u03bd = if \u03bc = \u03bd then 1 else 0 ", "theoremName": "LorentzVector.stdBasis_apply", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "c64d926", "date": "2024-07-02"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/Basic.lean", "module": "HepLean.SpaceTime.LorentzVector.Basic", "jsonFile": "HepLean.SpaceTime.LorentzVector.Basic.jsonl", "positionMetadata": {"lineInFile": 70, "tokenPositionInFile": 1936, "theoremPositionInFile": 5}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 44, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n erw [stdBasis, Pi.basisFun_apply, LinearMap.stdBasis_apply']", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 68}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Data.Complex.Exponential\nimport Mathlib.Analysis.InnerProductSpace.PiL2\n/-!\n\n# Lorentz vectors\n\n(aka 4-vectors)\n\nIn this file we define a Lorentz vector (in 4d, this is more often called a 4-vector).\n\nOne of the most important example of a Lorentz vector is SpaceTime.\n\nWe will define the group action of the Lorentz group on Lorentz vectors in\n`HepLean.SpaceTime.LorentzVector.LorentzAction` in such a way that `LorentzVector`\ncorresponds to contravariant Lorentz tensors.\n\n-/\n\nopen BigOperators\n\n/- The number of space dimensions . -/\nvariable (d : \u2115)\n\n/-- The type of (contravariant) Lorentz Vectors in `d`-space dimensions. -/\ndef LorentzVector : Type := (Fin 1 \u2295 Fin d) \u2192 \u211d\n\n/-- An instance of an additive commutative monoid on `LorentzVector`. -/\ninstance : AddCommMonoid (LorentzVector d) := Pi.addCommMonoid\n\n/-- An instance of a module on `LorentzVector`. -/\nnoncomputable instance instModuleRealLorentzVector : Module \u211d (LorentzVector d) := Pi.module _ _ _\n\ninstance : AddCommGroup (LorentzVector d) := Pi.addCommGroup\n\n/-- The structure of a topological space `LorentzVector d`. -/\ninstance : TopologicalSpace (LorentzVector d) :=\n haveI : NormedAddCommGroup (LorentzVector d) := Pi.normedAddCommGroup\n UniformSpace.toTopologicalSpace\n\nnamespace LorentzVector\n\nvariable {d : \u2115} (v : LorentzVector d)\n\n/-- The space components. -/\n@[simp]\ndef space : EuclideanSpace \u211d (Fin d) := v \u2218 Sum.inr\n\n/-- The time component. -/\n@[simp]\ndef time : \u211d := v (Sum.inl 0)\n\n/-!\n\n# The standard basis\n\n-/\n\n/-- The standard basis of `LorentzVector` indexed by `Fin 1 \u2295 Fin (d)`. -/\n@[simps!]\nnoncomputable def stdBasis : Basis (Fin 1 \u2295 Fin (d)) \u211d (LorentzVector d) := Pi.basisFun \u211d _\n\n/-- Notation for `stdBasis`. -/\nscoped[LorentzVector] notation \"e\" => stdBasis\n\nlemma stdBasis_apply (\u03bc \u03bd : Fin 1 \u2295 Fin d) : e \u03bc \u03bd = if \u03bc = \u03bd then 1 else 0 := by\n erw [stdBasis, Pi.basisFun_apply, LinearMap.stdBasis_apply']\n\n", "theoremStatement": "lemma decomp_stdBasis (v : LorentzVector d) : \u2211 i, v i \u2022 e i = v ", "theoremName": "LorentzVector.decomp_stdBasis", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "99f4e85", "date": "2024-07-29"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/Basic.lean", "module": "HepLean.SpaceTime.LorentzVector.Basic", "jsonFile": "HepLean.SpaceTime.LorentzVector.Basic.jsonl", "positionMetadata": {"lineInFile": 73, "tokenPositionInFile": 2082, "theoremPositionInFile": 6}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 5, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 115, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n funext \u03bd\n rw [Finset.sum_apply]\n rw [Finset.sum_eq_single_of_mem \u03bd]\n \u00b7 simp only [HSMul.hSMul, SMul.smul, stdBasis]\n erw [Pi.basisFun_apply]\n simp only [LinearMap.stdBasis_apply', \u2193reduceIte, mul_one]\n \u00b7 exact Finset.mem_univ \u03bd\n \u00b7 intros b _ hbi\n simp only [HSMul.hSMul, SMul.smul, stdBasis, mul_eq_zero]\n erw [Pi.basisFun_apply]\n simp only [Pi.single]\n apply Or.inr $ Function.update_noteq (id (Ne.symm hbi)) 1 0", "proofType": "tactic", "proofLengthLines": 12, "proofLengthTokens": 444}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Data.Complex.Exponential\nimport Mathlib.Analysis.InnerProductSpace.PiL2\n/-!\n\n# Lorentz vectors\n\n(aka 4-vectors)\n\nIn this file we define a Lorentz vector (in 4d, this is more often called a 4-vector).\n\nOne of the most important example of a Lorentz vector is SpaceTime.\n\nWe will define the group action of the Lorentz group on Lorentz vectors in\n`HepLean.SpaceTime.LorentzVector.LorentzAction` in such a way that `LorentzVector`\ncorresponds to contravariant Lorentz tensors.\n\n-/\n\nopen BigOperators\n\n/- The number of space dimensions . -/\nvariable (d : \u2115)\n\n/-- The type of (contravariant) Lorentz Vectors in `d`-space dimensions. -/\ndef LorentzVector : Type := (Fin 1 \u2295 Fin d) \u2192 \u211d\n\n/-- An instance of an additive commutative monoid on `LorentzVector`. -/\ninstance : AddCommMonoid (LorentzVector d) := Pi.addCommMonoid\n\n/-- An instance of a module on `LorentzVector`. -/\nnoncomputable instance instModuleRealLorentzVector : Module \u211d (LorentzVector d) := Pi.module _ _ _\n\ninstance : AddCommGroup (LorentzVector d) := Pi.addCommGroup\n\n/-- The structure of a topological space `LorentzVector d`. -/\ninstance : TopologicalSpace (LorentzVector d) :=\n haveI : NormedAddCommGroup (LorentzVector d) := Pi.normedAddCommGroup\n UniformSpace.toTopologicalSpace\n\nnamespace LorentzVector\n\nvariable {d : \u2115} (v : LorentzVector d)\n\n/-- The space components. -/\n@[simp]\ndef space : EuclideanSpace \u211d (Fin d) := v \u2218 Sum.inr\n\n/-- The time component. -/\n@[simp]\ndef time : \u211d := v (Sum.inl 0)\n\n/-!\n\n# The standard basis\n\n-/\n\n/-- The standard basis of `LorentzVector` indexed by `Fin 1 \u2295 Fin (d)`. -/\n@[simps!]\nnoncomputable def stdBasis : Basis (Fin 1 \u2295 Fin (d)) \u211d (LorentzVector d) := Pi.basisFun \u211d _\n\n/-- Notation for `stdBasis`. -/\nscoped[LorentzVector] notation \"e\" => stdBasis\n\nlemma stdBasis_apply (\u03bc \u03bd : Fin 1 \u2295 Fin d) : e \u03bc \u03bd = if \u03bc = \u03bd then 1 else 0 := by\n erw [stdBasis, Pi.basisFun_apply, LinearMap.stdBasis_apply']\n\nlemma decomp_stdBasis (v : LorentzVector d) : \u2211 i, v i \u2022 e i = v := by\n funext \u03bd\n rw [Finset.sum_apply]\n rw [Finset.sum_eq_single_of_mem \u03bd]\n \u00b7 simp only [HSMul.hSMul, SMul.smul, stdBasis]\n erw [Pi.basisFun_apply]\n simp only [LinearMap.stdBasis_apply', \u2193reduceIte, mul_one]\n \u00b7 exact Finset.mem_univ \u03bd\n \u00b7 intros b _ hbi\n simp only [HSMul.hSMul, SMul.smul, stdBasis, mul_eq_zero]\n erw [Pi.basisFun_apply]\n simp only [Pi.single]\n apply Or.inr $ Function.update_noteq (id (Ne.symm hbi)) 1 0\n\n", "theoremStatement": "@[simp]\nlemma decomp_stdBasis' (v : LorentzVector d) :\n v (Sum.inl 0) \u2022 e (Sum.inl 0) + \u2211 a\u2082 : Fin d, v (Sum.inr a\u2082) \u2022 e (Sum.inr a\u2082) = v ", "theoremName": "LorentzVector.decomp_stdBasis'", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "a65fb06", "date": "2024-07-30"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/Basic.lean", "module": "HepLean.SpaceTime.LorentzVector.Basic", "jsonFile": "HepLean.SpaceTime.LorentzVector.Basic.jsonl", "positionMetadata": {"lineInFile": 87, "tokenPositionInFile": 2593, "theoremPositionInFile": 7}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 6, "repositoryPremises": true, "numRepositoryPremises": 6, "numPremises": 65, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n trans \u2211 i, v i \u2022 e i\n \u00b7 simp only [Fin.isValue, Fintype.sum_sum_type, Finset.univ_unique, Fin.default_eq_zero,\n Finset.sum_singleton]\n \u00b7 exact decomp_stdBasis v", "proofType": "tactic", "proofLengthLines": 4, "proofLengthTokens": 175}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Data.Complex.Exponential\nimport Mathlib.Analysis.InnerProductSpace.PiL2\n/-!\n\n# Lorentz vectors\n\n(aka 4-vectors)\n\nIn this file we define a Lorentz vector (in 4d, this is more often called a 4-vector).\n\nOne of the most important example of a Lorentz vector is SpaceTime.\n\nWe will define the group action of the Lorentz group on Lorentz vectors in\n`HepLean.SpaceTime.LorentzVector.LorentzAction` in such a way that `LorentzVector`\ncorresponds to contravariant Lorentz tensors.\n\n-/\n\nopen BigOperators\n\n/- The number of space dimensions . -/\nvariable (d : \u2115)\n\n/-- The type of (contravariant) Lorentz Vectors in `d`-space dimensions. -/\ndef LorentzVector : Type := (Fin 1 \u2295 Fin d) \u2192 \u211d\n\n/-- An instance of an additive commutative monoid on `LorentzVector`. -/\ninstance : AddCommMonoid (LorentzVector d) := Pi.addCommMonoid\n\n/-- An instance of a module on `LorentzVector`. -/\nnoncomputable instance instModuleRealLorentzVector : Module \u211d (LorentzVector d) := Pi.module _ _ _\n\ninstance : AddCommGroup (LorentzVector d) := Pi.addCommGroup\n\n/-- The structure of a topological space `LorentzVector d`. -/\ninstance : TopologicalSpace (LorentzVector d) :=\n haveI : NormedAddCommGroup (LorentzVector d) := Pi.normedAddCommGroup\n UniformSpace.toTopologicalSpace\n\nnamespace LorentzVector\n\nvariable {d : \u2115} (v : LorentzVector d)\n\n/-- The space components. -/\n@[simp]\ndef space : EuclideanSpace \u211d (Fin d) := v \u2218 Sum.inr\n\n/-- The time component. -/\n@[simp]\ndef time : \u211d := v (Sum.inl 0)\n\n/-!\n\n# The standard basis\n\n-/\n\n/-- The standard basis of `LorentzVector` indexed by `Fin 1 \u2295 Fin (d)`. -/\n@[simps!]\nnoncomputable def stdBasis : Basis (Fin 1 \u2295 Fin (d)) \u211d (LorentzVector d) := Pi.basisFun \u211d _\n\n/-- Notation for `stdBasis`. -/\nscoped[LorentzVector] notation \"e\" => stdBasis\n\nlemma stdBasis_apply (\u03bc \u03bd : Fin 1 \u2295 Fin d) : e \u03bc \u03bd = if \u03bc = \u03bd then 1 else 0 := by\n erw [stdBasis, Pi.basisFun_apply, LinearMap.stdBasis_apply']\n\nlemma decomp_stdBasis (v : LorentzVector d) : \u2211 i, v i \u2022 e i = v := by\n funext \u03bd\n rw [Finset.sum_apply]\n rw [Finset.sum_eq_single_of_mem \u03bd]\n \u00b7 simp only [HSMul.hSMul, SMul.smul, stdBasis]\n erw [Pi.basisFun_apply]\n simp only [LinearMap.stdBasis_apply', \u2193reduceIte, mul_one]\n \u00b7 exact Finset.mem_univ \u03bd\n \u00b7 intros b _ hbi\n simp only [HSMul.hSMul, SMul.smul, stdBasis, mul_eq_zero]\n erw [Pi.basisFun_apply]\n simp only [Pi.single]\n apply Or.inr $ Function.update_noteq (id (Ne.symm hbi)) 1 0\n\n@[simp]\nlemma decomp_stdBasis' (v : LorentzVector d) :\n v (Sum.inl 0) \u2022 e (Sum.inl 0) + \u2211 a\u2082 : Fin d, v (Sum.inr a\u2082) \u2022 e (Sum.inr a\u2082) = v := by\n trans \u2211 i, v i \u2022 e i\n \u00b7 simp only [Fin.isValue, Fintype.sum_sum_type, Finset.univ_unique, Fin.default_eq_zero,\n Finset.sum_singleton]\n \u00b7 exact decomp_stdBasis v\n\n/-- The standard unit time vector. -/\nnoncomputable abbrev timeVec : (LorentzVector d) := e (Sum.inl 0)\n\n", "theoremStatement": "lemma timeVec_space : (@timeVec d).space = 0 ", "theoremName": "LorentzVector.timeVec_space", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/Basic.lean", "module": "HepLean.SpaceTime.LorentzVector.Basic", "jsonFile": "HepLean.SpaceTime.LorentzVector.Basic.jsonl", "positionMetadata": {"lineInFile": 98, "tokenPositionInFile": 3016, "theoremPositionInFile": 9}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 7, "repositoryPremises": true, "numRepositoryPremises": 7, "numPremises": 60, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n funext i\n simp only [space, Function.comp_apply, stdBasis_apply, Fin.isValue, \u2193reduceIte, PiLp.zero_apply]", "proofType": "tactic", "proofLengthLines": 2, "proofLengthTokens": 115}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Data.Complex.Exponential\nimport Mathlib.Analysis.InnerProductSpace.PiL2\n/-!\n\n# Lorentz vectors\n\n(aka 4-vectors)\n\nIn this file we define a Lorentz vector (in 4d, this is more often called a 4-vector).\n\nOne of the most important example of a Lorentz vector is SpaceTime.\n\nWe will define the group action of the Lorentz group on Lorentz vectors in\n`HepLean.SpaceTime.LorentzVector.LorentzAction` in such a way that `LorentzVector`\ncorresponds to contravariant Lorentz tensors.\n\n-/\n\nopen BigOperators\n\n/- The number of space dimensions . -/\nvariable (d : \u2115)\n\n/-- The type of (contravariant) Lorentz Vectors in `d`-space dimensions. -/\ndef LorentzVector : Type := (Fin 1 \u2295 Fin d) \u2192 \u211d\n\n/-- An instance of an additive commutative monoid on `LorentzVector`. -/\ninstance : AddCommMonoid (LorentzVector d) := Pi.addCommMonoid\n\n/-- An instance of a module on `LorentzVector`. -/\nnoncomputable instance instModuleRealLorentzVector : Module \u211d (LorentzVector d) := Pi.module _ _ _\n\ninstance : AddCommGroup (LorentzVector d) := Pi.addCommGroup\n\n/-- The structure of a topological space `LorentzVector d`. -/\ninstance : TopologicalSpace (LorentzVector d) :=\n haveI : NormedAddCommGroup (LorentzVector d) := Pi.normedAddCommGroup\n UniformSpace.toTopologicalSpace\n\nnamespace LorentzVector\n\nvariable {d : \u2115} (v : LorentzVector d)\n\n/-- The space components. -/\n@[simp]\ndef space : EuclideanSpace \u211d (Fin d) := v \u2218 Sum.inr\n\n/-- The time component. -/\n@[simp]\ndef time : \u211d := v (Sum.inl 0)\n\n/-!\n\n# The standard basis\n\n-/\n\n/-- The standard basis of `LorentzVector` indexed by `Fin 1 \u2295 Fin (d)`. -/\n@[simps!]\nnoncomputable def stdBasis : Basis (Fin 1 \u2295 Fin (d)) \u211d (LorentzVector d) := Pi.basisFun \u211d _\n\n/-- Notation for `stdBasis`. -/\nscoped[LorentzVector] notation \"e\" => stdBasis\n\nlemma stdBasis_apply (\u03bc \u03bd : Fin 1 \u2295 Fin d) : e \u03bc \u03bd = if \u03bc = \u03bd then 1 else 0 := by\n erw [stdBasis, Pi.basisFun_apply, LinearMap.stdBasis_apply']\n\nlemma decomp_stdBasis (v : LorentzVector d) : \u2211 i, v i \u2022 e i = v := by\n funext \u03bd\n rw [Finset.sum_apply]\n rw [Finset.sum_eq_single_of_mem \u03bd]\n \u00b7 simp only [HSMul.hSMul, SMul.smul, stdBasis]\n erw [Pi.basisFun_apply]\n simp only [LinearMap.stdBasis_apply', \u2193reduceIte, mul_one]\n \u00b7 exact Finset.mem_univ \u03bd\n \u00b7 intros b _ hbi\n simp only [HSMul.hSMul, SMul.smul, stdBasis, mul_eq_zero]\n erw [Pi.basisFun_apply]\n simp only [Pi.single]\n apply Or.inr $ Function.update_noteq (id (Ne.symm hbi)) 1 0\n\n@[simp]\nlemma decomp_stdBasis' (v : LorentzVector d) :\n v (Sum.inl 0) \u2022 e (Sum.inl 0) + \u2211 a\u2082 : Fin d, v (Sum.inr a\u2082) \u2022 e (Sum.inr a\u2082) = v := by\n trans \u2211 i, v i \u2022 e i\n \u00b7 simp only [Fin.isValue, Fintype.sum_sum_type, Finset.univ_unique, Fin.default_eq_zero,\n Finset.sum_singleton]\n \u00b7 exact decomp_stdBasis v\n\n/-- The standard unit time vector. -/\nnoncomputable abbrev timeVec : (LorentzVector d) := e (Sum.inl 0)\n\nlemma timeVec_space : (@timeVec d).space = 0 := by\n funext i\n simp only [space, Function.comp_apply, stdBasis_apply, Fin.isValue, \u2193reduceIte, PiLp.zero_apply]\n\n", "theoremStatement": "lemma timeVec_time: (@timeVec d).time = 1 ", "theoremName": "LorentzVector.timeVec_time", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/Basic.lean", "module": "HepLean.SpaceTime.LorentzVector.Basic", "jsonFile": "HepLean.SpaceTime.LorentzVector.Basic.jsonl", "positionMetadata": {"lineInFile": 102, "tokenPositionInFile": 3178, "theoremPositionInFile": 10}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 7, "repositoryPremises": true, "numRepositoryPremises": 7, "numPremises": 35, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n simp only [time, Fin.isValue, stdBasis_apply, \u2193reduceIte]", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 65}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Data.Complex.Exponential\nimport Mathlib.Analysis.InnerProductSpace.PiL2\n/-!\n\n# Lorentz vectors\n\n(aka 4-vectors)\n\nIn this file we define a Lorentz vector (in 4d, this is more often called a 4-vector).\n\nOne of the most important example of a Lorentz vector is SpaceTime.\n\nWe will define the group action of the Lorentz group on Lorentz vectors in\n`HepLean.SpaceTime.LorentzVector.LorentzAction` in such a way that `LorentzVector`\ncorresponds to contravariant Lorentz tensors.\n\n-/\n\nopen BigOperators\n\n/- The number of space dimensions . -/\nvariable (d : \u2115)\n\n/-- The type of (contravariant) Lorentz Vectors in `d`-space dimensions. -/\ndef LorentzVector : Type := (Fin 1 \u2295 Fin d) \u2192 \u211d\n\n/-- An instance of an additive commutative monoid on `LorentzVector`. -/\ninstance : AddCommMonoid (LorentzVector d) := Pi.addCommMonoid\n\n/-- An instance of a module on `LorentzVector`. -/\nnoncomputable instance instModuleRealLorentzVector : Module \u211d (LorentzVector d) := Pi.module _ _ _\n\ninstance : AddCommGroup (LorentzVector d) := Pi.addCommGroup\n\n/-- The structure of a topological space `LorentzVector d`. -/\ninstance : TopologicalSpace (LorentzVector d) :=\n haveI : NormedAddCommGroup (LorentzVector d) := Pi.normedAddCommGroup\n UniformSpace.toTopologicalSpace\n\nnamespace LorentzVector\n\nvariable {d : \u2115} (v : LorentzVector d)\n\n/-- The space components. -/\n@[simp]\ndef space : EuclideanSpace \u211d (Fin d) := v \u2218 Sum.inr\n\n/-- The time component. -/\n@[simp]\ndef time : \u211d := v (Sum.inl 0)\n\n/-!\n\n# The standard basis\n\n-/\n\n/-- The standard basis of `LorentzVector` indexed by `Fin 1 \u2295 Fin (d)`. -/\n@[simps!]\nnoncomputable def stdBasis : Basis (Fin 1 \u2295 Fin (d)) \u211d (LorentzVector d) := Pi.basisFun \u211d _\n\n/-- Notation for `stdBasis`. -/\nscoped[LorentzVector] notation \"e\" => stdBasis\n\nlemma stdBasis_apply (\u03bc \u03bd : Fin 1 \u2295 Fin d) : e \u03bc \u03bd = if \u03bc = \u03bd then 1 else 0 := by\n erw [stdBasis, Pi.basisFun_apply, LinearMap.stdBasis_apply']\n\nlemma decomp_stdBasis (v : LorentzVector d) : \u2211 i, v i \u2022 e i = v := by\n funext \u03bd\n rw [Finset.sum_apply]\n rw [Finset.sum_eq_single_of_mem \u03bd]\n \u00b7 simp only [HSMul.hSMul, SMul.smul, stdBasis]\n erw [Pi.basisFun_apply]\n simp only [LinearMap.stdBasis_apply', \u2193reduceIte, mul_one]\n \u00b7 exact Finset.mem_univ \u03bd\n \u00b7 intros b _ hbi\n simp only [HSMul.hSMul, SMul.smul, stdBasis, mul_eq_zero]\n erw [Pi.basisFun_apply]\n simp only [Pi.single]\n apply Or.inr $ Function.update_noteq (id (Ne.symm hbi)) 1 0\n\n@[simp]\nlemma decomp_stdBasis' (v : LorentzVector d) :\n v (Sum.inl 0) \u2022 e (Sum.inl 0) + \u2211 a\u2082 : Fin d, v (Sum.inr a\u2082) \u2022 e (Sum.inr a\u2082) = v := by\n trans \u2211 i, v i \u2022 e i\n \u00b7 simp only [Fin.isValue, Fintype.sum_sum_type, Finset.univ_unique, Fin.default_eq_zero,\n Finset.sum_singleton]\n \u00b7 exact decomp_stdBasis v\n\n/-- The standard unit time vector. -/\nnoncomputable abbrev timeVec : (LorentzVector d) := e (Sum.inl 0)\n\nlemma timeVec_space : (@timeVec d).space = 0 := by\n funext i\n simp only [space, Function.comp_apply, stdBasis_apply, Fin.isValue, \u2193reduceIte, PiLp.zero_apply]\n\nlemma timeVec_time: (@timeVec d).time = 1 := by\n simp only [time, Fin.isValue, stdBasis_apply, \u2193reduceIte]\n\n/-!\n\n# Reflection of space\n\n-/\n\n/-- The reflection of space as a linear map. -/\n@[simps!]\ndef spaceReflectionLin : LorentzVector d \u2192\u2097[\u211d] LorentzVector d where\n toFun x := Sum.elim (x \u2218 Sum.inl) (- x \u2218 Sum.inr)\n map_add' x y := by\n funext i\n rcases i with i | i\n \u00b7 rfl\n \u00b7 simp only [Sum.elim_inr, Pi.neg_apply]\n apply neg_add\n map_smul' c x := by\n funext i\n rcases i with i | i\n \u00b7 rfl\n \u00b7 simp [HSMul.hSMul, SMul.smul]\n\n/-- The reflection of space. -/\n@[simp]\ndef spaceReflection : LorentzVector d := spaceReflectionLin v\n\n", "theoremStatement": "lemma spaceReflection_space : v.spaceReflection.space = - v.space ", "theoremName": "LorentzVector.spaceReflection_space", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/Basic.lean", "module": "HepLean.SpaceTime.LorentzVector.Basic", "jsonFile": "HepLean.SpaceTime.LorentzVector.Basic.jsonl", "positionMetadata": {"lineInFile": 131, "tokenPositionInFile": 3840, "theoremPositionInFile": 12}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 3, "numPremises": 24, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2"]}, "proofMetadata": {"hasProof": true, "proof": ":= rfl", "proofType": "term", "proofLengthLines": 0, "proofLengthTokens": 6}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport Mathlib.Data.Complex.Exponential\nimport Mathlib.Analysis.InnerProductSpace.PiL2\n/-!\n\n# Lorentz vectors\n\n(aka 4-vectors)\n\nIn this file we define a Lorentz vector (in 4d, this is more often called a 4-vector).\n\nOne of the most important example of a Lorentz vector is SpaceTime.\n\nWe will define the group action of the Lorentz group on Lorentz vectors in\n`HepLean.SpaceTime.LorentzVector.LorentzAction` in such a way that `LorentzVector`\ncorresponds to contravariant Lorentz tensors.\n\n-/\n\nopen BigOperators\n\n/- The number of space dimensions . -/\nvariable (d : \u2115)\n\n/-- The type of (contravariant) Lorentz Vectors in `d`-space dimensions. -/\ndef LorentzVector : Type := (Fin 1 \u2295 Fin d) \u2192 \u211d\n\n/-- An instance of an additive commutative monoid on `LorentzVector`. -/\ninstance : AddCommMonoid (LorentzVector d) := Pi.addCommMonoid\n\n/-- An instance of a module on `LorentzVector`. -/\nnoncomputable instance instModuleRealLorentzVector : Module \u211d (LorentzVector d) := Pi.module _ _ _\n\ninstance : AddCommGroup (LorentzVector d) := Pi.addCommGroup\n\n/-- The structure of a topological space `LorentzVector d`. -/\ninstance : TopologicalSpace (LorentzVector d) :=\n haveI : NormedAddCommGroup (LorentzVector d) := Pi.normedAddCommGroup\n UniformSpace.toTopologicalSpace\n\nnamespace LorentzVector\n\nvariable {d : \u2115} (v : LorentzVector d)\n\n/-- The space components. -/\n@[simp]\ndef space : EuclideanSpace \u211d (Fin d) := v \u2218 Sum.inr\n\n/-- The time component. -/\n@[simp]\ndef time : \u211d := v (Sum.inl 0)\n\n/-!\n\n# The standard basis\n\n-/\n\n/-- The standard basis of `LorentzVector` indexed by `Fin 1 \u2295 Fin (d)`. -/\n@[simps!]\nnoncomputable def stdBasis : Basis (Fin 1 \u2295 Fin (d)) \u211d (LorentzVector d) := Pi.basisFun \u211d _\n\n/-- Notation for `stdBasis`. -/\nscoped[LorentzVector] notation \"e\" => stdBasis\n\nlemma stdBasis_apply (\u03bc \u03bd : Fin 1 \u2295 Fin d) : e \u03bc \u03bd = if \u03bc = \u03bd then 1 else 0 := by\n erw [stdBasis, Pi.basisFun_apply, LinearMap.stdBasis_apply']\n\nlemma decomp_stdBasis (v : LorentzVector d) : \u2211 i, v i \u2022 e i = v := by\n funext \u03bd\n rw [Finset.sum_apply]\n rw [Finset.sum_eq_single_of_mem \u03bd]\n \u00b7 simp only [HSMul.hSMul, SMul.smul, stdBasis]\n erw [Pi.basisFun_apply]\n simp only [LinearMap.stdBasis_apply', \u2193reduceIte, mul_one]\n \u00b7 exact Finset.mem_univ \u03bd\n \u00b7 intros b _ hbi\n simp only [HSMul.hSMul, SMul.smul, stdBasis, mul_eq_zero]\n erw [Pi.basisFun_apply]\n simp only [Pi.single]\n apply Or.inr $ Function.update_noteq (id (Ne.symm hbi)) 1 0\n\n@[simp]\nlemma decomp_stdBasis' (v : LorentzVector d) :\n v (Sum.inl 0) \u2022 e (Sum.inl 0) + \u2211 a\u2082 : Fin d, v (Sum.inr a\u2082) \u2022 e (Sum.inr a\u2082) = v := by\n trans \u2211 i, v i \u2022 e i\n \u00b7 simp only [Fin.isValue, Fintype.sum_sum_type, Finset.univ_unique, Fin.default_eq_zero,\n Finset.sum_singleton]\n \u00b7 exact decomp_stdBasis v\n\n/-- The standard unit time vector. -/\nnoncomputable abbrev timeVec : (LorentzVector d) := e (Sum.inl 0)\n\nlemma timeVec_space : (@timeVec d).space = 0 := by\n funext i\n simp only [space, Function.comp_apply, stdBasis_apply, Fin.isValue, \u2193reduceIte, PiLp.zero_apply]\n\nlemma timeVec_time: (@timeVec d).time = 1 := by\n simp only [time, Fin.isValue, stdBasis_apply, \u2193reduceIte]\n\n/-!\n\n# Reflection of space\n\n-/\n\n/-- The reflection of space as a linear map. -/\n@[simps!]\ndef spaceReflectionLin : LorentzVector d \u2192\u2097[\u211d] LorentzVector d where\n toFun x := Sum.elim (x \u2218 Sum.inl) (- x \u2218 Sum.inr)\n map_add' x y := by\n funext i\n rcases i with i | i\n \u00b7 rfl\n \u00b7 simp only [Sum.elim_inr, Pi.neg_apply]\n apply neg_add\n map_smul' c x := by\n funext i\n rcases i with i | i\n \u00b7 rfl\n \u00b7 simp [HSMul.hSMul, SMul.smul]\n\n/-- The reflection of space. -/\n@[simp]\ndef spaceReflection : LorentzVector d := spaceReflectionLin v\n\nlemma spaceReflection_space : v.spaceReflection.space = - v.space := rfl\n\n", "theoremStatement": "lemma spaceReflection_time : v.spaceReflection.time = v.time ", "theoremName": "LorentzVector.spaceReflection_time", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/Basic.lean", "module": "HepLean.SpaceTime.LorentzVector.Basic", "jsonFile": "HepLean.SpaceTime.LorentzVector.Basic.jsonl", "positionMetadata": {"lineInFile": 133, "tokenPositionInFile": 3914, "theoremPositionInFile": 13}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 3, "numPremises": 7, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2"]}, "proofMetadata": {"hasProof": true, "proof": ":= rfl", "proofType": "term", "proofLengthLines": 0, "proofLengthTokens": 6}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\n", "theoremStatement": "lemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 ", "theoremName": "NormOneLorentzVector.mem_iff", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 30, "tokenPositionInFile": 635, "theoremPositionInFile": 1}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 1, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 43, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rfl", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 11}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\n", "theoremStatement": "lemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 ", "theoremName": "NormOneLorentzVector.time_sq", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "1133b88", "date": "2024-07-12"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 39, "tokenPositionInFile": 930, "theoremPositionInFile": 3}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 1, "repositoryPremises": true, "numRepositoryPremises": 8, "numPremises": 71, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [time_sq_eq_metric_add_space, v.2]", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 45}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\n", "theoremStatement": "lemma abs_time_ge_one : 1 \u2264 |v.1.time| ", "theoremName": "NormOneLorentzVector.abs_time_ge_one", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 42, "tokenPositionInFile": 1028, "theoremPositionInFile": 4}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 1, "repositoryPremises": true, "numRepositoryPremises": 7, "numPremises": 78, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1", "proofType": "tactic", "proofLengthLines": 3, "proofLengthTokens": 94}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\n", "theoremStatement": "lemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| ", "theoremName": "NormOneLorentzVector.norm_space_le_abs_time", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 47, "tokenPositionInFile": 1163, "theoremPositionInFile": 5}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 86, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)", "proofType": "tactic", "proofLengthLines": 2, "proofLengthTokens": 91}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\n", "theoremStatement": "lemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| ", "theoremName": "NormOneLorentzVector.norm_space_leq_abs_time", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "1133b88", "date": "2024-07-12"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 51, "tokenPositionInFile": 1312, "theoremPositionInFile": 6}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 31, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":=\n le_of_lt (norm_space_le_abs_time v)", "proofType": "term", "proofLengthLines": 1, "proofLengthTokens": 40}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\n", "theoremStatement": "lemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time ", "theoremName": "NormOneLorentzVector.time_le_minus_one_or_ge_one", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 54, "tokenPositionInFile": 1411, "theoremPositionInFile": 7}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 37, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":=\n le_abs'.mp (abs_time_ge_one v)", "proofType": "term", "proofLengthLines": 1, "proofLengthTokens": 35}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\n", "theoremStatement": "lemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 ", "theoremName": "NormOneLorentzVector.time_nonpos_iff", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 57, "tokenPositionInFile": 1513, "theoremPositionInFile": 8}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 170, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith", "proofType": "tactic", "proofLengthLines": 7, "proofLengthTokens": 142}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\n", "theoremStatement": "lemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time ", "theoremName": "NormOneLorentzVector.time_nonneg_iff", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 66, "tokenPositionInFile": 1711, "theoremPositionInFile": 9}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 171, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith", "proofType": "tactic", "proofLengthLines": 7, "proofLengthTokens": 142}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\n", "theoremStatement": "lemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time ", "theoremName": "NormOneLorentzVector.time_pos_iff", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 75, "tokenPositionInFile": 1907, "theoremPositionInFile": 10}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 129, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith", "proofType": "tactic", "proofLengthLines": 3, "proofLengthTokens": 111}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\n", "theoremStatement": "lemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 ", "theoremName": "NormOneLorentzVector.time_abs_sub_space_norm", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "1133b88", "date": "2024-07-12"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 80, "tokenPositionInFile": 2069, "theoremPositionInFile": 11}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 73, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)", "proofType": "tactic", "proofLengthLines": 4, "proofLengthTokens": 170}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\n", "theoremStatement": "lemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time ", "theoremName": "NormOneLorentzVector.FuturePointing.mem_iff", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 104, "tokenPositionInFile": 2679, "theoremPositionInFile": 13}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 18, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rfl", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 11}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\n", "theoremStatement": "lemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time ", "theoremName": "NormOneLorentzVector.FuturePointing.mem_iff_time_nonneg", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 107, "tokenPositionInFile": 2744, "theoremPositionInFile": 14}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 6, "numPremises": 134, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith", "proofType": "tactic", "proofLengthLines": 4, "proofLengthTokens": 114}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\n", "theoremStatement": "lemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 ", "theoremName": "NormOneLorentzVector.FuturePointing.not_mem_iff", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 113, "tokenPositionInFile": 2924, "theoremPositionInFile": 15}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 42, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h", "proofType": "tactic", "proofLengthLines": 5, "proofLengthTokens": 207}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\n", "theoremStatement": "lemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d ", "theoremName": "NormOneLorentzVector.FuturePointing.not_mem_iff_neg", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 120, "tokenPositionInFile": 3189, "theoremPositionInFile": 16}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 5, "repositoryPremises": true, "numRepositoryPremises": 7, "numPremises": 39, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg", "proofType": "tactic", "proofLengthLines": 4, "proofLengthTokens": 129}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\n", "theoremStatement": "lemma time_nonneg : 0 \u2264 f.1.1.time ", "theoremName": "NormOneLorentzVector.FuturePointing.time_nonneg", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 126, "tokenPositionInFile": 3392, "theoremPositionInFile": 17}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 2, "repositoryPremises": true, "numRepositoryPremises": 4, "numPremises": 19, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= le_of_lt f.2", "proofType": "term", "proofLengthLines": 0, "proofLengthTokens": 15}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\n", "theoremStatement": "lemma abs_time : |f.1.1.time| = f.1.1.time ", "theoremName": "NormOneLorentzVector.FuturePointing.abs_time", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 128, "tokenPositionInFile": 3444, "theoremPositionInFile": 18}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 5, "numPremises": 19, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= abs_of_nonneg (time_nonneg f)", "proofType": "term", "proofLengthLines": 0, "proofLengthTokens": 32}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\n", "theoremStatement": "lemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt ", "theoremName": "NormOneLorentzVector.FuturePointing.time_eq_sqrt", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "1b9e77b", "date": "2024-09-23"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 130, "tokenPositionInFile": 3521, "theoremPositionInFile": 19}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 7, "numPremises": 61, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9", "proofType": "tactic", "proofLengthLines": 5, "proofLengthTokens": 103}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\nlemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt := by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9\n\n/-!\n\n# The sign of \u27eav, w.1\u27eb\u2098 different v and w\n\n-/\n\n", "theoremStatement": "lemma metric_nonneg : 0 \u2264 \u27eaf, f'.1.1\u27eb\u2098 ", "theoremName": "NormOneLorentzVector.FuturePointing.metric_nonneg", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "c64d926", "date": "2024-07-02"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 143, "tokenPositionInFile": 3741, "theoremPositionInFile": 20}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 11, "numPremises": 76, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n apply le_trans (time_abs_sub_space_norm f f'.1)\n rw [abs_time f, abs_time f']\n exact ge_sub_norm f.1.1 f'.1.1", "proofType": "tactic", "proofLengthLines": 3, "proofLengthTokens": 119}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\nlemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt := by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9\n\n/-!\n\n# The sign of \u27eav, w.1\u27eb\u2098 different v and w\n\n-/\n\nlemma metric_nonneg : 0 \u2264 \u27eaf, f'.1.1\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm f f'.1)\n rw [abs_time f, abs_time f']\n exact ge_sub_norm f.1.1 f'.1.1\n\n", "theoremStatement": "lemma one_add_metric_non_zero : 1 + \u27eaf, f'.1.1\u27eb\u2098 \u2260 0 ", "theoremName": "NormOneLorentzVector.FuturePointing.one_add_metric_non_zero", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "c64d926", "date": "2024-07-02"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 148, "tokenPositionInFile": 3901, "theoremPositionInFile": 21}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 7, "numPremises": 141, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n linarith [metric_nonneg f f']", "proofType": "tactic", "proofLengthLines": 1, "proofLengthTokens": 37}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\nlemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt := by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9\n\n/-!\n\n# The sign of \u27eav, w.1\u27eb\u2098 different v and w\n\n-/\n\nlemma metric_nonneg : 0 \u2264 \u27eaf, f'.1.1\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm f f'.1)\n rw [abs_time f, abs_time f']\n exact ge_sub_norm f.1.1 f'.1.1\n\nlemma one_add_metric_non_zero : 1 + \u27eaf, f'.1.1\u27eb\u2098 \u2260 0 := by\n linarith [metric_nonneg f f']\n\n/-!\n\n# The sign of \u27eav, w.1.spaceReflection\u27eb\u2098 different v and w\n\n-/\n\nsection\nvariable {v w : NormOneLorentzVector d}\n\n", "theoremStatement": "lemma metric_reflect_mem_mem (h : v \u2208 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 ", "theoremName": "NormOneLorentzVector.FuturePointing.metric_reflect_mem_mem", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 160, "tokenPositionInFile": 4110, "theoremPositionInFile": 22}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 4, "repositoryPremises": true, "numRepositoryPremises": 12, "numPremises": 117, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n apply le_trans (time_abs_sub_space_norm v w)\n rw [abs_time \u27e8v, h\u27e9, abs_time \u27e8w, hw\u27e9, sub_eq_add_neg, right_spaceReflection]\n apply (add_le_add_iff_left _).mpr\n rw [neg_le]\n apply le_trans (neg_le_abs _ : _ \u2264 |\u27ea(v.1).space, (w.1).space\u27eb_\u211d|) ?_\n exact abs_real_inner_le_norm (v.1).space (w.1).space", "proofType": "tactic", "proofLengthLines": 6, "proofLengthTokens": 309}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\nlemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt := by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9\n\n/-!\n\n# The sign of \u27eav, w.1\u27eb\u2098 different v and w\n\n-/\n\nlemma metric_nonneg : 0 \u2264 \u27eaf, f'.1.1\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm f f'.1)\n rw [abs_time f, abs_time f']\n exact ge_sub_norm f.1.1 f'.1.1\n\nlemma one_add_metric_non_zero : 1 + \u27eaf, f'.1.1\u27eb\u2098 \u2260 0 := by\n linarith [metric_nonneg f f']\n\n/-!\n\n# The sign of \u27eav, w.1.spaceReflection\u27eb\u2098 different v and w\n\n-/\n\nsection\nvariable {v w : NormOneLorentzVector d}\n\nlemma metric_reflect_mem_mem (h : v \u2208 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm v w)\n rw [abs_time \u27e8v, h\u27e9, abs_time \u27e8w, hw\u27e9, sub_eq_add_neg, right_spaceReflection]\n apply (add_le_add_iff_left _).mpr\n rw [neg_le]\n apply le_trans (neg_le_abs _ : _ \u2264 |\u27ea(v.1).space, (w.1).space\u27eb_\u211d|) ?_\n exact abs_real_inner_le_norm (v.1).space (w.1).space\n\n", "theoremStatement": "lemma metric_reflect_not_mem_not_mem (h : v \u2209 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 ", "theoremName": "NormOneLorentzVector.FuturePointing.metric_reflect_not_mem_not_mem", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 169, "tokenPositionInFile": 4543, "theoremPositionInFile": 23}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 5, "repositoryPremises": true, "numRepositoryPremises": 12, "numPremises": 88, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n have h1 := metric_reflect_mem_mem ((not_mem_iff_neg v).mp h) ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]", "proofType": "tactic", "proofLengthLines": 3, "proofLengthTokens": 138}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\nlemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt := by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9\n\n/-!\n\n# The sign of \u27eav, w.1\u27eb\u2098 different v and w\n\n-/\n\nlemma metric_nonneg : 0 \u2264 \u27eaf, f'.1.1\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm f f'.1)\n rw [abs_time f, abs_time f']\n exact ge_sub_norm f.1.1 f'.1.1\n\nlemma one_add_metric_non_zero : 1 + \u27eaf, f'.1.1\u27eb\u2098 \u2260 0 := by\n linarith [metric_nonneg f f']\n\n/-!\n\n# The sign of \u27eav, w.1.spaceReflection\u27eb\u2098 different v and w\n\n-/\n\nsection\nvariable {v w : NormOneLorentzVector d}\n\nlemma metric_reflect_mem_mem (h : v \u2208 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm v w)\n rw [abs_time \u27e8v, h\u27e9, abs_time \u27e8w, hw\u27e9, sub_eq_add_neg, right_spaceReflection]\n apply (add_le_add_iff_left _).mpr\n rw [neg_le]\n apply le_trans (neg_le_abs _ : _ \u2264 |\u27ea(v.1).space, (w.1).space\u27eb_\u211d|) ?_\n exact abs_real_inner_le_norm (v.1).space (w.1).space\n\nlemma metric_reflect_not_mem_not_mem (h : v \u2209 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n have h1 := metric_reflect_mem_mem ((not_mem_iff_neg v).mp h) ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\n", "theoremStatement": "lemma metric_reflect_mem_not_mem (h : v \u2208 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n \u27eav.1, w.1.spaceReflection\u27eb\u2098 \u2264 0 ", "theoremName": "NormOneLorentzVector.FuturePointing.metric_reflect_mem_not_mem", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 175, "tokenPositionInFile": 4813, "theoremPositionInFile": 24}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 5, "repositoryPremises": true, "numRepositoryPremises": 12, "numPremises": 94, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [show (0 : \u211d) = - 0 from zero_eq_neg.mpr rfl, le_neg]\n have h1 := metric_reflect_mem_mem h ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]", "proofType": "tactic", "proofLengthLines": 4, "proofLengthTokens": 172}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\nlemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt := by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9\n\n/-!\n\n# The sign of \u27eav, w.1\u27eb\u2098 different v and w\n\n-/\n\nlemma metric_nonneg : 0 \u2264 \u27eaf, f'.1.1\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm f f'.1)\n rw [abs_time f, abs_time f']\n exact ge_sub_norm f.1.1 f'.1.1\n\nlemma one_add_metric_non_zero : 1 + \u27eaf, f'.1.1\u27eb\u2098 \u2260 0 := by\n linarith [metric_nonneg f f']\n\n/-!\n\n# The sign of \u27eav, w.1.spaceReflection\u27eb\u2098 different v and w\n\n-/\n\nsection\nvariable {v w : NormOneLorentzVector d}\n\nlemma metric_reflect_mem_mem (h : v \u2208 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm v w)\n rw [abs_time \u27e8v, h\u27e9, abs_time \u27e8w, hw\u27e9, sub_eq_add_neg, right_spaceReflection]\n apply (add_le_add_iff_left _).mpr\n rw [neg_le]\n apply le_trans (neg_le_abs _ : _ \u2264 |\u27ea(v.1).space, (w.1).space\u27eb_\u211d|) ?_\n exact abs_real_inner_le_norm (v.1).space (w.1).space\n\nlemma metric_reflect_not_mem_not_mem (h : v \u2209 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n have h1 := metric_reflect_mem_mem ((not_mem_iff_neg v).mp h) ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\nlemma metric_reflect_mem_not_mem (h : v \u2208 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n \u27eav.1, w.1.spaceReflection\u27eb\u2098 \u2264 0 := by\n rw [show (0 : \u211d) = - 0 from zero_eq_neg.mpr rfl, le_neg]\n have h1 := metric_reflect_mem_mem h ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\n", "theoremStatement": "lemma metric_reflect_not_mem_mem (h : v \u2209 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n \u27eav.1, w.1.spaceReflection\u27eb\u2098 \u2264 0 ", "theoremName": "NormOneLorentzVector.FuturePointing.metric_reflect_not_mem_mem", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "1133b88", "date": "2024-07-12"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 182, "tokenPositionInFile": 5113, "theoremPositionInFile": 25}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 5, "repositoryPremises": true, "numRepositoryPremises": 12, "numPremises": 97, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n rw [show (0 : \u211d) = - 0 from zero_eq_neg.mpr rfl, le_neg]\n have h1 := metric_reflect_mem_mem ((not_mem_iff_neg v).mp h) hw\n apply le_of_le_of_eq h1 ?_\n simp [neg]", "proofType": "tactic", "proofLengthLines": 4, "proofLengthTokens": 172}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\nlemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt := by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9\n\n/-!\n\n# The sign of \u27eav, w.1\u27eb\u2098 different v and w\n\n-/\n\nlemma metric_nonneg : 0 \u2264 \u27eaf, f'.1.1\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm f f'.1)\n rw [abs_time f, abs_time f']\n exact ge_sub_norm f.1.1 f'.1.1\n\nlemma one_add_metric_non_zero : 1 + \u27eaf, f'.1.1\u27eb\u2098 \u2260 0 := by\n linarith [metric_nonneg f f']\n\n/-!\n\n# The sign of \u27eav, w.1.spaceReflection\u27eb\u2098 different v and w\n\n-/\n\nsection\nvariable {v w : NormOneLorentzVector d}\n\nlemma metric_reflect_mem_mem (h : v \u2208 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm v w)\n rw [abs_time \u27e8v, h\u27e9, abs_time \u27e8w, hw\u27e9, sub_eq_add_neg, right_spaceReflection]\n apply (add_le_add_iff_left _).mpr\n rw [neg_le]\n apply le_trans (neg_le_abs _ : _ \u2264 |\u27ea(v.1).space, (w.1).space\u27eb_\u211d|) ?_\n exact abs_real_inner_le_norm (v.1).space (w.1).space\n\nlemma metric_reflect_not_mem_not_mem (h : v \u2209 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n have h1 := metric_reflect_mem_mem ((not_mem_iff_neg v).mp h) ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\nlemma metric_reflect_mem_not_mem (h : v \u2208 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n \u27eav.1, w.1.spaceReflection\u27eb\u2098 \u2264 0 := by\n rw [show (0 : \u211d) = - 0 from zero_eq_neg.mpr rfl, le_neg]\n have h1 := metric_reflect_mem_mem h ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\nlemma metric_reflect_not_mem_mem (h : v \u2209 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n \u27eav.1, w.1.spaceReflection\u27eb\u2098 \u2264 0 := by\n rw [show (0 : \u211d) = - 0 from zero_eq_neg.mpr rfl, le_neg]\n have h1 := metric_reflect_mem_mem ((not_mem_iff_neg v).mp h) hw\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\nend\nend\n\nend FuturePointing\nend\n\nnamespace FuturePointing\n/-!\n\n# Topology\n\n-/\nopen LorentzVector\n\n/-- The `FuturePointing d` which has all space components zero. -/\n@[simps!]\nnoncomputable def timeVecNormOneFuture : FuturePointing d := \u27e8\u27e8timeVec, by\n rw [NormOneLorentzVector.mem_iff, on_timeVec]\u27e9, by\n rw [mem_iff, timeVec_time]; exact Real.zero_lt_one\u27e9\n\n/-- A continuous path from `timeVecNormOneFuture` to any other. -/\nnoncomputable def pathFromTime (u : FuturePointing d) : Path timeVecNormOneFuture u where\n toFun t := \u27e8\n \u27e8fun i => match i with\n | Sum.inl 0 => (1 + t ^ 2 * \u2016u.1.1.space\u2016 ^ 2).sqrt\n | Sum.inr i => t * u.1.1.space i,\n by\n rw [NormOneLorentzVector.mem_iff, minkowskiMetric.eq_time_minus_inner_prod]\n simp only [time, space, Function.comp_apply, PiLp.inner_apply, RCLike.inner_apply, map_mul,\n conj_trivial]\n rw [Real.mul_self_sqrt, \u2190 @real_inner_self_eq_norm_sq, @PiLp.inner_apply]\n \u00b7 simp only [Function.comp_apply, RCLike.inner_apply, conj_trivial]\n refine Eq.symm (eq_sub_of_add_eq (congrArg (HAdd.hAdd 1) ?_))\n rw [Finset.mul_sum]\n apply Finset.sum_congr rfl\n intro i _\n ring\n \u00b7 exact Right.add_nonneg (zero_le_one' \u211d) $ mul_nonneg (sq_nonneg _) (sq_nonneg _)\u27e9,\n by\n simp only [space, Function.comp_apply, mem_iff_time_nonneg, time, Real.sqrt_pos]\n exact Real.sqrt_nonneg _\u27e9\n continuous_toFun := by\n refine Continuous.subtype_mk ?_ _\n refine Continuous.subtype_mk ?_ _\n apply (continuous_pi_iff).mpr\n intro i\n match i with\n | Sum.inl 0 =>\n continuity\n | Sum.inr i =>\n continuity\n source' := by\n ext\n funext i\n match i with\n | Sum.inl 0 =>\n simp only [Set.Icc.coe_zero, ne_eq, OfNat.ofNat_ne_zero, not_false_eq_true, zero_pow, space,\n zero_mul, add_zero, Real.sqrt_one, Fin.isValue, timeVecNormOneFuture_coe_coe]\n exact Eq.symm timeVec_time\n | Sum.inr i =>\n simp only [Set.Icc.coe_zero, space, Function.comp_apply, zero_mul,\n timeVecNormOneFuture_coe_coe]\n change _ = timeVec.space i\n rw [timeVec_space]\n rfl\n target' := by\n ext\n funext i\n match i with\n | Sum.inl 0 =>\n simp only [Set.Icc.coe_one, one_pow, space, one_mul, Fin.isValue]\n exact (time_eq_sqrt u).symm\n | Sum.inr i =>\n simp only [Set.Icc.coe_one, one_pow, space, one_mul, Fin.isValue]\n exact rfl\n\n", "theoremStatement": "lemma isPathConnected : IsPathConnected (@Set.univ (FuturePointing d)) ", "theoremName": "NormOneLorentzVector.FuturePointing.isPathConnected", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "c64d926", "date": "2024-07-02"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 265, "tokenPositionInFile": 7824, "theoremPositionInFile": 27}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 5, "repositoryPremises": true, "numRepositoryPremises": 6, "numPremises": 24, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n use timeVecNormOneFuture\n apply And.intro trivial ?_\n intro y a\n use pathFromTime y\n exact fun _ => a", "proofType": "tactic", "proofLengthLines": 5, "proofLengthTokens": 113}} {"srcContext": "/-\nCopyright (c) 2024 Joseph Tooby-Smith. All rights reserved.\nReleased under Apache 2.0 license as described in the file LICENSE.\nAuthors: Joseph Tooby-Smith\n-/\nimport HepLean.SpaceTime.LorentzVector.Basic\nimport HepLean.SpaceTime.MinkowskiMetric\n/-!\n\n# Lorentz vectors with norm one\n\n-/\n\nopen minkowskiMetric\n\n/-- The set of Lorentz vectors with norm 1. -/\n@[simp]\ndef NormOneLorentzVector (d : \u2115) : Set (LorentzVector d) :=\n fun x => \u27eax, x\u27eb\u2098 = 1\n\ninstance : TopologicalSpace (NormOneLorentzVector d) := instTopologicalSpaceSubtype\n\nnamespace NormOneLorentzVector\n\nvariable {d : \u2115}\n\nsection\nvariable (v w : NormOneLorentzVector d)\n\nlemma mem_iff {x : LorentzVector d} : x \u2208 NormOneLorentzVector d \u2194 \u27eax, x\u27eb\u2098 = 1 := by\n rfl\n\n/-- The negative of a `NormOneLorentzVector` as a `NormOneLorentzVector`. -/\ndef neg : NormOneLorentzVector d := \u27e8- v, by\n rw [mem_iff]\n simp only [map_neg, LinearMap.neg_apply, neg_neg]\n exact v.2\u27e9\n\nlemma time_sq : v.1.time ^ 2 = 1 + \u2016v.1.space\u2016 ^ 2 := by\n rw [time_sq_eq_metric_add_space, v.2]\n\nlemma abs_time_ge_one : 1 \u2264 |v.1.time| := by\n have h1 := leq_time_sq v.1\n rw [v.2] at h1\n exact (one_le_sq_iff_one_le_abs _).mp h1\n\nlemma norm_space_le_abs_time : \u2016v.1.space\u2016 < |v.1.time| := by\n rw [(abs_norm _).symm, \u2190 @sq_lt_sq, time_sq]\n exact lt_one_add (\u2016(v.1).space\u2016 ^ 2)\n\nlemma norm_space_leq_abs_time : \u2016v.1.space\u2016 \u2264 |v.1.time| :=\n le_of_lt (norm_space_le_abs_time v)\n\nlemma time_le_minus_one_or_ge_one : v.1.time \u2264 -1 \u2228 1 \u2264 v.1.time :=\n le_abs'.mp (abs_time_ge_one v)\n\nlemma time_nonpos_iff : v.1.time \u2264 0 \u2194 v.1.time \u2264 - 1 := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 exact h1\n \u00b7 linarith\n \u00b7 intro h\n linarith\n\nlemma time_nonneg_iff : 0 \u2264 v.1.time \u2194 1 \u2264 v.1.time := by\n apply Iff.intro\n \u00b7 intro h\n cases' time_le_minus_one_or_ge_one v with h1 h1\n \u00b7 linarith\n \u00b7 exact h1\n \u00b7 intro h\n linarith\n\nlemma time_pos_iff : 0 < v.1.time \u2194 1 \u2264 v.1.time := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact (time_nonneg_iff v).mp (le_of_lt h)\n \u00b7 linarith\n\nlemma time_abs_sub_space_norm :\n 0 \u2264 |v.1.time| * |w.1.time| - \u2016v.1.space\u2016 * \u2016w.1.space\u2016 := by\n apply sub_nonneg.mpr\n apply mul_le_mul (norm_space_leq_abs_time v) (norm_space_leq_abs_time w) ?_ ?_\n \u00b7 exact norm_nonneg w.1.space\n \u00b7 exact abs_nonneg (v.1 _)\n\n/-!\n\n# Future pointing norm one Lorentz vectors\n\n-/\n\n/-- The future pointing Lorentz vectors with Norm one. -/\ndef FuturePointing (d : \u2115) : Set (NormOneLorentzVector d) :=\n fun x => 0 < x.1.time\n\ninstance : TopologicalSpace (FuturePointing d) := instTopologicalSpaceSubtype\n\nnamespace FuturePointing\n\nsection\nvariable (f f' : FuturePointing d)\n\nlemma mem_iff : v \u2208 FuturePointing d \u2194 0 < v.1.time := by\n rfl\n\nlemma mem_iff_time_nonneg : v \u2208 FuturePointing d \u2194 0 \u2264 v.1.time := by\n refine Iff.intro (fun h => le_of_lt h) (fun h => ?_)\n rw [time_nonneg_iff] at h\n rw [mem_iff]\n linarith\n\nlemma not_mem_iff : v \u2209 FuturePointing d \u2194 v.1.time \u2264 0 := by\n refine Iff.intro (fun h => ?_) (fun h => ?_)\n \u00b7 exact le_of_not_lt ((mem_iff v).mp.mt h)\n \u00b7 have h1 := (mem_iff v).mp.mt\n simp only [LorentzVector.time, Fin.isValue, not_lt] at h1\n exact h1 h\n\nlemma not_mem_iff_neg : v \u2209 FuturePointing d \u2194 neg v \u2208 FuturePointing d := by\n rw [not_mem_iff, mem_iff_time_nonneg]\n simp only [Fin.isValue, neg]\n change _ \u2194 0 \u2264 - v.1 _\n exact Iff.symm neg_nonneg\n\nlemma time_nonneg : 0 \u2264 f.1.1.time := le_of_lt f.2\n\nlemma abs_time : |f.1.1.time| = f.1.1.time := abs_of_nonneg (time_nonneg f)\n\nlemma time_eq_sqrt : f.1.1.time = (1 + \u2016f.1.1.space\u2016 ^ 2).sqrt := by\n symm\n rw [Real.sqrt_eq_cases]\n apply Or.inl\n rw [\u2190 time_sq, sq]\n exact \u27e8rfl, time_nonneg f\u27e9\n\n/-!\n\n# The sign of \u27eav, w.1\u27eb\u2098 different v and w\n\n-/\n\nlemma metric_nonneg : 0 \u2264 \u27eaf, f'.1.1\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm f f'.1)\n rw [abs_time f, abs_time f']\n exact ge_sub_norm f.1.1 f'.1.1\n\nlemma one_add_metric_non_zero : 1 + \u27eaf, f'.1.1\u27eb\u2098 \u2260 0 := by\n linarith [metric_nonneg f f']\n\n/-!\n\n# The sign of \u27eav, w.1.spaceReflection\u27eb\u2098 different v and w\n\n-/\n\nsection\nvariable {v w : NormOneLorentzVector d}\n\nlemma metric_reflect_mem_mem (h : v \u2208 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n apply le_trans (time_abs_sub_space_norm v w)\n rw [abs_time \u27e8v, h\u27e9, abs_time \u27e8w, hw\u27e9, sub_eq_add_neg, right_spaceReflection]\n apply (add_le_add_iff_left _).mpr\n rw [neg_le]\n apply le_trans (neg_le_abs _ : _ \u2264 |\u27ea(v.1).space, (w.1).space\u27eb_\u211d|) ?_\n exact abs_real_inner_le_norm (v.1).space (w.1).space\n\nlemma metric_reflect_not_mem_not_mem (h : v \u2209 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n 0 \u2264 \u27eav.1, w.1.spaceReflection\u27eb\u2098 := by\n have h1 := metric_reflect_mem_mem ((not_mem_iff_neg v).mp h) ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\nlemma metric_reflect_mem_not_mem (h : v \u2208 FuturePointing d) (hw : w \u2209 FuturePointing d) :\n \u27eav.1, w.1.spaceReflection\u27eb\u2098 \u2264 0 := by\n rw [show (0 : \u211d) = - 0 from zero_eq_neg.mpr rfl, le_neg]\n have h1 := metric_reflect_mem_mem h ((not_mem_iff_neg w).mp hw)\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\nlemma metric_reflect_not_mem_mem (h : v \u2209 FuturePointing d) (hw : w \u2208 FuturePointing d) :\n \u27eav.1, w.1.spaceReflection\u27eb\u2098 \u2264 0 := by\n rw [show (0 : \u211d) = - 0 from zero_eq_neg.mpr rfl, le_neg]\n have h1 := metric_reflect_mem_mem ((not_mem_iff_neg v).mp h) hw\n apply le_of_le_of_eq h1 ?_\n simp [neg]\n\nend\nend\n\nend FuturePointing\nend\n\nnamespace FuturePointing\n/-!\n\n# Topology\n\n-/\nopen LorentzVector\n\n/-- The `FuturePointing d` which has all space components zero. -/\n@[simps!]\nnoncomputable def timeVecNormOneFuture : FuturePointing d := \u27e8\u27e8timeVec, by\n rw [NormOneLorentzVector.mem_iff, on_timeVec]\u27e9, by\n rw [mem_iff, timeVec_time]; exact Real.zero_lt_one\u27e9\n\n/-- A continuous path from `timeVecNormOneFuture` to any other. -/\nnoncomputable def pathFromTime (u : FuturePointing d) : Path timeVecNormOneFuture u where\n toFun t := \u27e8\n \u27e8fun i => match i with\n | Sum.inl 0 => (1 + t ^ 2 * \u2016u.1.1.space\u2016 ^ 2).sqrt\n | Sum.inr i => t * u.1.1.space i,\n by\n rw [NormOneLorentzVector.mem_iff, minkowskiMetric.eq_time_minus_inner_prod]\n simp only [time, space, Function.comp_apply, PiLp.inner_apply, RCLike.inner_apply, map_mul,\n conj_trivial]\n rw [Real.mul_self_sqrt, \u2190 @real_inner_self_eq_norm_sq, @PiLp.inner_apply]\n \u00b7 simp only [Function.comp_apply, RCLike.inner_apply, conj_trivial]\n refine Eq.symm (eq_sub_of_add_eq (congrArg (HAdd.hAdd 1) ?_))\n rw [Finset.mul_sum]\n apply Finset.sum_congr rfl\n intro i _\n ring\n \u00b7 exact Right.add_nonneg (zero_le_one' \u211d) $ mul_nonneg (sq_nonneg _) (sq_nonneg _)\u27e9,\n by\n simp only [space, Function.comp_apply, mem_iff_time_nonneg, time, Real.sqrt_pos]\n exact Real.sqrt_nonneg _\u27e9\n continuous_toFun := by\n refine Continuous.subtype_mk ?_ _\n refine Continuous.subtype_mk ?_ _\n apply (continuous_pi_iff).mpr\n intro i\n match i with\n | Sum.inl 0 =>\n continuity\n | Sum.inr i =>\n continuity\n source' := by\n ext\n funext i\n match i with\n | Sum.inl 0 =>\n simp only [Set.Icc.coe_zero, ne_eq, OfNat.ofNat_ne_zero, not_false_eq_true, zero_pow, space,\n zero_mul, add_zero, Real.sqrt_one, Fin.isValue, timeVecNormOneFuture_coe_coe]\n exact Eq.symm timeVec_time\n | Sum.inr i =>\n simp only [Set.Icc.coe_zero, space, Function.comp_apply, zero_mul,\n timeVecNormOneFuture_coe_coe]\n change _ = timeVec.space i\n rw [timeVec_space]\n rfl\n target' := by\n ext\n funext i\n match i with\n | Sum.inl 0 =>\n simp only [Set.Icc.coe_one, one_pow, space, one_mul, Fin.isValue]\n exact (time_eq_sqrt u).symm\n | Sum.inr i =>\n simp only [Set.Icc.coe_one, one_pow, space, one_mul, Fin.isValue]\n exact rfl\n\nlemma isPathConnected : IsPathConnected (@Set.univ (FuturePointing d)) := by\n use timeVecNormOneFuture\n apply And.intro trivial ?_\n intro y a\n use pathFromTime y\n exact fun _ => a\n\n", "theoremStatement": "lemma metric_continuous (u : LorentzVector d) :\n Continuous (fun (a : FuturePointing d) => \u27eau, a.1.1\u27eb\u2098) ", "theoremName": "NormOneLorentzVector.FuturePointing.metric_continuous", "fileCreated": {"commit": "675b9a9", "date": "2024-07-01"}, "theoremCreated": {"commit": "c64d926", "date": "2024-07-02"}, "file": "hep_lean/HepLean/SpaceTime/LorentzVector/NormOne.lean", "module": "HepLean.SpaceTime.LorentzVector.NormOne", "jsonFile": "HepLean.SpaceTime.LorentzVector.NormOne.jsonl", "positionMetadata": {"lineInFile": 272, "tokenPositionInFile": 8010, "theoremPositionInFile": 28}, "dependencyMetadata": {"inFilePremises": true, "numInFilePremises": 3, "repositoryPremises": true, "numRepositoryPremises": 10, "numPremises": 149, "importedModules": ["Init.Prelude", "Init.Coe", "Init.Notation", "Init.Tactics", "Init.SizeOf", "Init.Core", "Init.MetaTypes", "Init.SimpLemmas", "Init.Data.Nat.Basic", "Init.WF", "Init.WFTactics", "Init.Data.Nat.Div", "Init.Data.Nat.Bitwise.Basic", "Init.Data.Fin.Basic", "Init.Data.UInt.Basic", "Init.Control.Basic", "Init.Control.Id", "Init.Control.Except", "Init.Control.State", "Init.Data.Cast", "Init.Data.List.Basic", "Init.Data.Int.Basic", "Init.Data.Char.Basic", "Init.Data.Option.Basic", "Init.Data.String.Basic", "Init.Data.Format.Basic", "Init.Data.Repr", "Init.Control.Option", "Init.Data.ToString.Basic", "Init.Util", "Init.Data.Array.Basic", "Init.Data.Option.BasicAux", "Init.Data.Array.Subarray", "Init.Data.ByteArray.Basic", "Init.Data.ByteArray", "Init.Data.String.Extra", "Init.Meta", "Init.Data.ToString.Macro", "Init.Data.ToString", "Init.NotationExtra", "Init.TacticsExtra", "Init.PropLemmas", "Init.Classical", "Init.ByCases", "Init.RCases", "Init.Control.EState", "Init.Control.Reader", "Init.Data.String", "Init.System.IOError", "Init.System.Platform", "Init.System.FilePath", "Init.System.ST", "Init.Data.Int.Bitwise", "Init.Data.Int.DivMod", "Init.Conv", "Init.Data.Int.Lemmas", "Init.Data.Int.Order", "Init.Data.Nat.Dvd", "Init.Data.Int.DivModLemmas", "Init.Data.Nat.Gcd", "Init.Data.Int.Gcd", "Init.Data.Int", "Init.Data.Ord", "Init.System.IO", "Init.Control.StateRef", "Init.Control.Lawful", "Init.Control.StateCps", "Init.Control.ExceptCps", "Init.Control", "Init.Data.Prod", "Init.Data.Nat.Linear", "Init.Data.Nat.Log2", "Init.Data.Fin.Log2", "Init.Data.UInt.Log2", "Init.Data.UInt", "Init.Data.Basic", "Init.Data.Nat.MinMax", "Init.BinderPredicates", "Init.Data.Bool", "Init.Data.Nat.Power2", "Init.Data.Nat.Lemmas", "Init.Omega.Int", "Init.Data.List.BasicAux", "Init.Data.List.Control", "Init.Hints", "Init.Data.List.Lemmas", "Init.Omega.IntList", "Init.Omega.Coeffs", "Init.Omega.LinearCombo", "Init.Omega.Constraint", "Init.Omega.Logic", "Init.Omega", "Init.Data.Nat.Bitwise.Lemmas", "Init.Data.Nat.Bitwise", "Init.Data.Nat.Control", "Init.Data.Nat.SOM", "Init.Data.Nat.Mod", "Init.Data.Nat", "Init.Data.BitVec.Basic", "Init.Ext", "Init.Data.Fin.Lemmas", "Init.Data.BitVec.Lemmas", "Init.Data.Fin.Iterate", "Init.Data.BitVec.Folds", "Init.Data.BitVec.Bitblast", "Init.Data.BitVec", "Init.Data.Char", "Init.Data.List", "Init.Data.Array.QSort", "Init.Data.Array.BinSearch", "Init.Data.Array.InsertionSort", "Init.Data.Array.DecidableEq", "Init.Data.Array.Mem", "Init.Data.Array.BasicAux", "Init.Data.Array.Lemmas", "Init.Data.Array", "Init.Data.Float", "Init.Data.FloatArray.Basic", "Init.Data.FloatArray", "Init.Data.Fin.Fold", "Init.Data.Fin", "Init.Data.Option.Instances", "Init.Data.Option.Lemmas", "Init.Data.Option", "Init.Data.Random", "Init.Data.Range", "Init.Data.Hashable", "Init.Data.OfScientific", "Init.Data.Format.Macro", "Init.Data.Format.Instances", "Init.Data.Format.Syntax", "Init.Data.Format", "Init.Data.Stream", "Init.Data.AC", "Init.Data.Queue", "Init.System.Promise", "Init.System.Mutex", "Init.Data.Channel", "Init.Data.Sum", "Init.Data", "Init.System.Uri", "Init.System", "Init.Dynamic", "Init.ShareCommon", "Init.Guard", "Init.Simproc", "Init.SizeOfLemmas", "Init", "Lean.Data.LBool", "Lean.Data.LOption", "Lean.Data.AssocList", "Lean.Data.HashMap", "Lean.ImportingFlag", "Lean.Data.PersistentHashMap", "Lean.Data.SMap", "Lean.Data.KVMap", "Lean.Data.HashSet", "Lean.Data.PersistentHashSet", "Lean.Data.Name", "Lean.Data.RBMap", "Lean.Data.RBTree", "Lean.Data.SSet", "Lean.Data.NameMap", "Lean.Data.Options", "Lean.Data.Format", "Lean.Hygiene", "Lean.Level", "Lean.Expr", "Lean.Declaration", "Lean.Data.PersistentArray", "Lean.LocalContext", "Lean.Util.Path", "Lean.Util.PtrSet", "Lean.Util.FindExpr", "Lean.Util.Profile", "Lean.Util.ReplaceExpr", "Lean.Util.InstantiateLevelParams", "Lean.Environment", "Lean.Util.RecDepth", "Lean.ToExpr", "Lean.Data.Position", "Lean.Data.OpenDecl", "Lean.Util.MonadCache", "Lean.MetavarContext", "Lean.Data.Json.Basic", "Lean.Data.Parsec", "Lean.Data.Json.Parser", "Lean.Data.Json.Printer", "Lean.Data.Json.FromToJson", "Lean.Data.Json.Stream", "Lean.Syntax", "Lean.Data.Json.Elab", "Lean.Data.Json", "Lean.Server.Rpc.Basic", "Lean.Widget.Types", "Lean.Elab.InfoTree.Types", "Lean.Util.PPExt", "Lean.Util.Sorry", "Lean.Message", "Lean.InternalExceptionId", "Lean.Exception", "Lean.Util.Trace", "Lean.Log", "Lean.Eval", "Lean.Modifiers", "Lean.ResolveName", "Lean.AuxRecursor", "Lean.Compiler.Old", "Lean.MonadEnv", "Lean.CoreM", "Lean.Attributes", "Lean.Class", "Lean.ReducibilityAttrs", "Lean.Util.MonadBacktrack", "Lean.Compiler.InlineAttrs", "Lean.Meta.TransparencyMode", "Lean.Meta.Basic", "Lean.Meta.InferType", "Lean.Meta.PPGoal", "Lean.Elab.InfoTree.Main", "Lean.Compiler.InitAttr", "Lean.Data.PrefixTree", "Lean.Data.NameTrie", "Lean.ScopedEnvExtension", "Lean.ProjFns", "Lean.Compiler.ExternAttr", "Lean.Compiler.IR.Basic", "Lean.Compiler.IR.Format", "Lean.Compiler.IR.CompilerM", "Lean.KeyedDeclsAttribute", "Lean.Data.Trie", "Lean.Parser.Types", "Lean.Parser.Basic", "Lean.DeclarationRange", "Lean.DocString", "Lean.Parser.Extension", "Lean.Parser.StrInterpolation", "Lean.ParserCompiler.Attribute", "Lean.PrettyPrinter.Basic", "Lean.PrettyPrinter.Parenthesizer", "Lean.PrettyPrinter.Formatter", "Lean.Parser.Extra", "Lean.Parser.Attr", "Lean.Parser.Level", "Lean.Parser.Term", "Lean.Parser.Do", "Lean.Parser.Command", "Lean.Structure", "Lean.Util.Recognizers", "Lean.Meta.GlobalInstances", "Lean.Meta.GetUnfoldableConst", "Lean.Meta.FunInfo", "Lean.Meta.LitValues", "Lean.Meta.CtorRecognizer", "Lean.Meta.Match.MatcherInfo", "Lean.Meta.Match.MatchPatternAttr", "Lean.Meta.WHNF", "Lean.Meta.Transform", "Lean.Meta.DiscrTreeTypes", "Lean.Meta.DiscrTree", "Lean.Util.CollectMVars", "Lean.Meta.CollectMVars", "Lean.Meta.Instances", "Lean.Meta.AbstractMVars", "Lean.Meta.Check", "Lean.Meta.SynthInstance", "Lean.Meta.DecLevel", "Lean.Meta.AppBuilder", "Lean.Meta.Coe", "Lean.Linter.Basic", "Lean.Linter.Deprecated", "Lean.Elab.Config", "Lean.Elab.Exception", "Lean.Elab.AutoBound", "Lean.Elab.Level", "Lean.Elab.Util", "Lean.Elab.Attributes", "Lean.Elab.DeclModifiers", "Lean.Elab.PreDefinition.WF.TerminationHint", "Lean.Elab.Term", "Lean.Elab.Quotation.Util", "Lean.Elab.Quotation.Precheck", "Lean.Elab.BindersUtil", "Lean.Elab.Binders", "Lean.Util.ForEachExprWhere", "Lean.Meta.Tactic.Util", "Lean.Util.ForEachExpr", "Lean.Util.OccursCheck", "Lean.Elab.Tactic.Basic", "Lean.Elab.SyntheticMVars", "Lean.Elab.InfoTree", "Lean.Elab.SetOption", "Lean.Elab.Command", "Lean.PrettyPrinter.Delaborator.Options", "Lean.SubExpr", "Lean.PrettyPrinter.Delaborator.SubExpr", "Lean.Util.FindMVar", "Lean.Util.FindLevelMVar", "Lean.Util.CollectLevelParams", "Lean.Util.ReplaceLevel", "Lean.PrettyPrinter.Delaborator.TopDownAnalyze", "Lean.PrettyPrinter.Delaborator.Basic", "Lean.Parser.Tactic", "Lean.Parser.Module", "Lean.Parser.Syntax", "Lean.Parser", "Lean.Meta.CoeAttr", "Lean.PrettyPrinter.Delaborator.Builtins", "Lean.PrettyPrinter.Delaborator", "Lean.Meta.Offset", "Lean.Meta.ReduceEval", "Lean.ParserCompiler", "Lean.PrettyPrinter", "Lean.Server.InfoUtils", "Lean.Linter.Util", "Mathlib.Mathport.Rename", "Mathlib.Init.Data.Nat.Notation", "Lean.Data.JsonRpc", "Lean.Data.Lsp.Basic", "Lean.Data.Lsp.Utf16", "Lean.Elab.DeclarationRange", "Lean.Compiler.NoncomputableAttr", "Lean.Data.Lsp.TextSync", "Lean.Data.Lsp.LanguageFeatures", "Lean.Data.Lsp.Diagnostics", "Lean.Data.Lsp.CodeActions", "Lean.Data.Lsp.Capabilities", "Lean.Data.Lsp.Client", "Lean.Data.Lsp.Communication", "Lean.Data.Lsp.Extra", "Lean.Data.Lsp.Workspace", "Lean.Data.Lsp.InitShutdown", "Lean.Data.Lsp.Internal", "Lean.Data.Lsp.Ipc", "Lean.Data.Lsp", "Lean.Server.Utils", "Lean.Elab.Import", "Lean.Server.References", "Lean.Linter.UnusedVariables", "Lean.Widget.TaggedText", "Lean.Widget.Basic", "Lean.Widget.InteractiveCode", "Lean.Widget.InteractiveGoal", "Lean.Widget.InteractiveDiagnostic", "Lean.Server.Snapshots", "Lean.Server.AsyncList", "Lean.Server.FileWorker.Utils", "Lean.Server.FileSource", "Lean.Server.Requests", "Lean.Data.FuzzyMatching", "Lean.Meta.CompletionName", "Lean.Meta.Tactic.Apply", "Lean.Server.CompletionItemData", "Lean.Server.Completion", "Lean.Server.GoTo", "Lean.Widget.Diff", "Lean.Server.FileWorker.RequestHandling", "Lean.Server.CodeActions.Basic", "Lean.Server.CodeActions.Attr", "Lean.Elab.Open", "Lean.Meta.Eval", "Lean.Elab.Eval", "Lean.Elab.BuiltinTerm", "Lean.Compiler.BorrowedAnnotation", "Lean.HeadIndex", "Lean.Meta.KAbstract", "Lean.Util.FoldConsts", "Lean.Meta.Closure", "Lean.Meta.MatchUtil", "Lean.Compiler.ImplementedByAttr", "Lean.Elab.BuiltinNotation", "Lean.Server.CodeActions.Provider", "Lean.Server.CodeActions", "Std.CodeAction.Attr", "Std.CodeAction.Basic", "Lean.Server.Rpc.RequestHandling", "Lean.Widget.UserWidget", "Lean.Meta.Tactic.TryThis", "Std.Lean.Position", "Std.CodeAction.Deprecated", "Std.Tactic.Alias", "Lean.Meta.Tactic.Clear", "Lean.Meta.Tactic.Revert", "Lean.Meta.Tactic.Intro", "Lean.Meta.Tactic.FVarSubst", "Lean.Meta.Tactic.Assert", "Lean.Meta.Tactic.Replace", "Std.Lean.Meta.Basic", "Lean.Meta.Tactic.Assumption", "Lean.Meta.RecursorInfo", "Lean.Meta.Tactic.Induction", "Lean.Meta.Tactic.Subst", "Lean.Meta.Tactic.Injection", "Lean.Meta.Tactic.UnifyEq", "Lean.Meta.ACLt", "Lean.Meta.Match.MatchEqsExt", "Lean.Meta.CongrTheorems", "Lean.Meta.Eqns", "Lean.Meta.Tactic.AuxLemma", "Lean.Meta.Tactic.Simp.SimpTheorems", "Lean.Meta.Tactic.Simp.SimpCongrTheorems", "Lean.Meta.Tactic.Simp.Types", "Lean.Meta.Tactic.LinearArith.Basic", "Lean.Meta.KExprMap", "Lean.Meta.Tactic.LinearArith.Nat.Basic", "Lean.Meta.Tactic.LinearArith.Nat.Simp", "Lean.Meta.Tactic.LinearArith.Simp", "Lean.Meta.Tactic.Simp.Simproc", "Lean.Meta.Tactic.Simp.Attr", "Lean.Meta.Tactic.Simp.Rewrite", "Lean.Meta.Match.Value", "Lean.Meta.Tactic.Simp.Main", "Lean.Meta.Tactic.Acyclic", "Lean.Meta.Tactic.Cases", "Lean.Meta.Tactic.Contradiction", "Lean.Meta.Reduce", "Lean.Meta.Tactic.Refl", "Lean.Meta.Tactic.Constructor", "Lean.Meta.Tactic.Rename", "Lean.Elab.Tactic.ElabTerm", "Lean.Elab.Arg", "Lean.Elab.MatchAltView", "Lean.Elab.PatternVar", "Lean.Elab.Do", "Lean.Elab.Tactic.BuiltinTactic", "Std.Tactic.Init", "Std.Data.Nat.Basic", "Std.Data.Nat.Lemmas", "Std.Data.Int.Order", "Mathlib.Init.Data.Int.Basic", "Std.Data.List.Basic", "Mathlib.Data.String.Defs", "Mathlib.Data.Array.Defs", "Mathlib.Lean.Expr.Traverse", "Mathlib.Util.MemoFix", "Mathlib.Lean.Expr.ReplaceRec", "Mathlib.Lean.EnvExtension", "Std.Tactic.OpenPrivate", "Lean.Meta.Tactic.Simp.SimpAll", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Core", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Util", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Nat", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Fin", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.UInt", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.Char", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.String", "Lean.Meta.Tactic.Simp.BuiltinSimprocs.BitVec", "Lean.Meta.Tactic.Simp.BuiltinSimprocs", "Lean.Meta.Tactic.Simp.RegisterCommand", "Lean.Meta.Tactic.Simp", "Lean.Elab.Tactic.Location", "Lean.Linter.MissingDocs", "Lean.Elab.Tactic.Config", "Lean.Elab.Tactic.Simp", "Mathlib.Lean.Meta.Simp", "Lean.Util.CollectFVars", "Lean.Meta.Tactic.ElimInfo", "Lean.Meta.GeneralizeVars", "Lean.Elab.RecAppSyntax", "Lean.Elab.App", "Lean.Meta.Tactic.Generalize", "Lean.Elab.Tactic.Generalize", "Lean.Elab.Tactic.Induction", "Lean.Elab.Tactic.RCases", "Lean.Meta.Tactic.Repeat", "Lean.Elab.Tactic.Repeat", "Lean.Elab.Tactic.Ext", "Lean.Meta.Tactic.Symm", "Std.Lean.NameMapAttribute", "Lean.Meta.ForEachExpr", "Std.Tactic.Lint.Basic", "Std.Tactic.Lint.Misc", "Lean.Elab.Syntax", "Lean.Elab.MacroArgUtil", "Lean.Elab.AuxDef", "Lean.Elab.ElabRules", "Std.Util.LibraryNote", "Std.Tactic.Lint.Simp", "Std.Tactic.Lint.TypeClass", "Lean.Util.Paths", "Std.Tactic.Lint.Frontend", "Std.Tactic.Lint", "Std.Tactic.Relation.Rfl", "Std.Logic", "Mathlib.Lean.Meta", "Mathlib.Lean.Elab.Tactic.Basic", "Mathlib.Tactic.Relation.Trans", "Mathlib.Tactic.Eqns", "Std.Lean.Expr", "Mathlib.Tactic.Simps.NotationClass", "Std.Data.Array.Match", "Std.Data.String.Basic", "Lean.Meta.Tactic.Rewrite", "Std.Lean.Name", "Std.Data.Nat.Gcd", "Std.Data.Int.DivMod", "Std.Data.Rat.Basic", "Mathlib.Lean.Expr.Basic", "Mathlib.Tactic.Simps.Basic", "Mathlib.Tactic.ToAdditive", "Mathlib.Init.ZeroOne", "Mathlib.Tactic.Lemma", "Lean.Data.Xml.Basic", "Lean.Data.Xml.Parser", "Lean.Data.Xml", "Lean.Data.Rat", "Lean.Data", "Lean.Compiler.Specialize", "Lean.Compiler.ConstFolding", "Lean.Compiler.ClosedTermCache", "Lean.Compiler.NeverExtractAttr", "Lean.Compiler.IR.FreeVars", "Lean.Compiler.IR.NormIds", "Lean.Compiler.IR.PushProj", "Lean.Compiler.IR.ElimDeadVars", "Lean.Compiler.IR.SimpCase", "Lean.Compiler.IR.LiveVars", "Lean.Compiler.IR.ResetReuse", "Lean.Compiler.IR.Checker", "Lean.Compiler.ExportAttr", "Lean.Compiler.IR.Borrow", "Lean.Runtime", "Lean.Compiler.IR.Boxing", "Lean.Compiler.IR.RC", "Lean.Compiler.IR.ExpandResetReuse", "Lean.Compiler.IR.UnboxResult", "Lean.Compiler.IR.ElimDeadBranches", "Lean.Compiler.NameMangling", "Lean.Compiler.IR.EmitUtil", "Lean.Compiler.IR.EmitC", "Lean.Compiler.IR.CtorLayout", "Lean.Compiler.IR.Sorry", "Lean.Compiler.IR", "Lean.Compiler.CSimpAttr", "Lean.Compiler.FFI", "Lean.Compiler.LCNF.Types", "Lean.Compiler.LCNF.Basic", "Lean.Compiler.LCNF.AlphaEqv", "Lean.Compiler.LCNF.LCtx", "Lean.Compiler.LCNF.ConfigOptions", "Lean.Compiler.LCNF.CompilerM", "Lean.Compiler.LCNF.PassManager", "Lean.Compiler.LCNF.PhaseExt", "Lean.Compiler.LCNF.BaseTypes", "Lean.Compiler.LCNF.Util", "Lean.Compiler.LCNF.MonoTypes", "Lean.Compiler.LCNF.OtherDecl", "Lean.Compiler.LCNF.InferType", "Lean.Compiler.LCNF.Bind", "Lean.Compiler.LCNF.Internalize", "Lean.Compiler.LCNF.PrettyPrinter", "Lean.Compiler.LCNF.CompatibleTypes", "Lean.Compiler.LCNF.Check", "Lean.Compiler.LCNF.ToExpr", "Lean.Compiler.LCNF.CSE", "Lean.Compiler.LCNF.DependsOn", "Lean.Compiler.LCNF.ElimDead", "Lean.Compiler.LCNF.FixedParams", "Lean.Compiler.LCNF.PullFunDecls", "Lean.Compiler.LCNF.FVarUtil", "Lean.Compiler.LCNF.ScopeM", "Lean.Compiler.LCNF.JoinPoints", "Lean.Compiler.LCNF.Level", "Lean.Compiler.Options", "Lean.Compiler.LCNF.PullLetDecls", "Lean.Compiler.LCNF.ReduceJpArity", "Lean.Compiler.LCNF.Renaming", "Lean.Compiler.LCNF.Simp.Basic", "Lean.Compiler.LCNF.Simp.FunDeclInfo", "Lean.Compiler.LCNF.Simp.DiscrM", "Lean.Compiler.LCNF.Simp.JpCases", "Lean.Compiler.LCNF.Simp.Config", "Lean.Compiler.LCNF.Simp.SimpM", "Lean.Compiler.LCNF.Simp.InlineCandidate", "Lean.Compiler.LCNF.Simp.InlineProj", "Lean.Compiler.LCNF.Simp.Used", "Lean.Compiler.LCNF.Simp.DefaultAlt", "Lean.Compiler.LCNF.Simp.SimpValue", "Lean.Compiler.LCNF.Simp.ConstantFold", "Lean.Compiler.LCNF.Simp.Main", "Lean.Compiler.LCNF.Simp", "Lean.Compiler.LCNF.SpecInfo", "Lean.Compiler.LCNF.MonadScope", "Lean.Compiler.LCNF.Closure", "Lean.Compiler.LCNF.Specialize", "Lean.Compiler.LCNF.ToMono", "Lean.Compiler.LCNF.DeclHash", "Lean.Compiler.LCNF.AuxDeclCache", "Lean.Compiler.LCNF.LambdaLifting", "Lean.Compiler.LCNF.FloatLetIn", "Lean.Compiler.LCNF.ReduceArity", "Lean.Compiler.LCNF.ElimDeadBranches", "Lean.Compiler.LCNF.Passes", "Lean.Compiler.LCNF.ToLCNF", "Lean.Compiler.LCNF.ToDecl", "Lean.Compiler.LCNF.Main", "Lean.Compiler.LCNF.Testing", "Lean.Compiler.LCNF.ForEachExpr", "Lean.Compiler.LCNF", "Lean.Compiler.Main", "Lean.Compiler.AtMostOnce", "Lean.Compiler", "Lean.Elab.BinderPredicates", "Lean.Elab.LetRec", "Lean.Elab.Frontend", "Lean.Elab.DeclUtil", "Lean.Elab.DefView", "Lean.Meta.Constructions", "Lean.Meta.CollectFVars", "Lean.Meta.SizeOf", "Lean.Meta.Injective", "Lean.Meta.GeneralizeTelescope", "Lean.Meta.Match.CaseValues", "Lean.Meta.Match.CaseArraySizes", "Lean.Meta.Match.Basic", "Lean.Meta.Match.MatcherApp.Basic", "Lean.Meta.Match.Match", "Lean.Meta.IndPredBelow", "Lean.LazyInitExtension", "Lean.Meta.Tactic.SplitIf", "Lean.Meta.Tactic.Split", "Lean.Meta.AbstractNestedProofs", "Lean.Elab.PreDefinition.Basic", "Lean.Meta.Tactic.Delta", "Lean.Meta.Match.MatchEqs", "Lean.Elab.PreDefinition.Eqns", "Lean.Elab.PreDefinition.WF.Eqns", "Lean.Elab.ComputedFields", "Lean.Elab.Deriving.Basic", "Lean.Elab.Inductive", "Lean.Meta.Structure", "Lean.Elab.Structure", "Lean.Elab.Match", "Lean.Util.SCC", "Lean.Elab.PreDefinition.Structural.Basic", "Lean.Elab.PreDefinition.Structural.FindRecArg", "Lean.Elab.PreDefinition.Structural.Preprocess", "Lean.Util.HasConstCache", "Lean.Meta.Match", "Lean.Meta.Match.MatcherApp.Transform", "Lean.Elab.PreDefinition.Structural.BRecOn", "Lean.Elab.PreDefinition.Structural.IndPred", "Lean.Elab.PreDefinition.Structural.Eqns", "Lean.Elab.PreDefinition.Structural.SmartUnfolding", "Lean.Elab.PreDefinition.Structural.Main", "Lean.Elab.PreDefinition.Structural", "Lean.Elab.PreDefinition.WF.PackDomain", "Lean.Elab.PreDefinition.WF.PackMutual", "Lean.Elab.PreDefinition.WF.Preprocess", "Lean.Elab.PreDefinition.WF.Rel", "Lean.Meta.Tactic.Cleanup", "Lean.Data.Array", "Lean.Elab.PreDefinition.WF.Fix", "Lean.Elab.PreDefinition.WF.Ite", "Lean.Elab.Quotation", "Lean.Elab.PreDefinition.WF.GuessLex", "Lean.Elab.PreDefinition.WF.Main", "Lean.Elab.PreDefinition.MkInhabitant", "Lean.Elab.PreDefinition.Main", "Lean.Elab.MutualDef", "Lean.Elab.Declaration", "Lean.Elab.Tactic.Injection", "Lean.Elab.Tactic.Match", "Lean.Elab.Tactic.Rewrite", "Lean.Elab.Tactic.SimpTrace", "Lean.Elab.Tactic.Simproc", "Lean.Elab.Tactic.Split", "Lean.Elab.Tactic.Conv.Basic", "Lean.Meta.Tactic.Congr", "Lean.Elab.Tactic.Conv.Congr", "Lean.Elab.Tactic.Conv.Rewrite", "Lean.Elab.Tactic.Conv.Change", "Lean.Elab.Tactic.Conv.Simp", "Lean.Elab.Tactic.Conv.Pattern", "Lean.Elab.Tactic.Delta", "Lean.Elab.Tactic.Conv.Delta", "Lean.Meta.Tactic.Unfold", "Lean.Elab.Tactic.Unfold", "Lean.Elab.Tactic.Conv.Unfold", "Lean.Elab.Tactic.Conv", "Lean.Elab.Tactic.Meta", "Lean.Elab.Tactic.Cache", "Lean.Elab.Calc", "Lean.Elab.Tactic.Calc", "Lean.Elab.Tactic.Congr", "Lean.Elab.Tactic.Guard", "Lean.Elab.Tactic.Change", "Lean.Elab.Tactic.FalseOrByContra", "Lean.Elab.Tactic.Omega.OmegaM", "Lean.Elab.Tactic.Omega.MinNatAbs", "Lean.Elab.Tactic.Omega.Core", "Lean.Elab.Tactic.Omega.Frontend", "Lean.Elab.Tactic.Omega", "Lean.Elab.Tactic.Simpa", "Lean.Meta.Tactic.NormCast", "Lean.Elab.Tactic.NormCast", "Lean.Elab.Tactic.Symm", "Lean.LabelAttribute", "Lean.Meta.Iterator", "Lean.Meta.Tactic.IndependentOf", "Lean.Meta.Tactic.Backtrack", "Lean.Meta.Tactic.SolveByElim", "Lean.Elab.Tactic.SolveByElim", "Lean.Meta.LazyDiscrTree", "Lean.Util.Heartbeats", "Lean.Meta.Tactic.LibrarySearch", "Lean.Elab.Tactic.LibrarySearch", "Lean.Elab.Tactic.ShowTerm", "Lean.Elab.Tactic", "Lean.Elab.StructInst", "Lean.Elab.Print", "Lean.Elab.PreDefinition.WF", "Lean.Elab.PreDefinition", "Lean.Elab.Deriving.Util", "Lean.Elab.Deriving.Inhabited", "Lean.Elab.Deriving.Nonempty", "Lean.Elab.Deriving.TypeName", "Lean.Elab.Deriving.BEq", "Lean.Meta.Inductive", "Lean.Elab.Deriving.DecEq", "Lean.Elab.Deriving.Repr", "Lean.Elab.Deriving.FromToJson", "Lean.Elab.Deriving.SizeOf", "Lean.Elab.Deriving.Hashable", "Lean.Elab.Deriving.Ord", "Lean.Elab.Deriving", "Lean.Elab.Extra", "Lean.Elab.GenInjective", "Lean.Elab.Macro", "Lean.Elab.Notation", "Lean.Elab.Mixfix", "Lean.Elab.MacroRules", "Lean.Elab.BuiltinCommand", "Lean.Elab.InheritDoc", "Lean.Elab.ParseImportsFast", "Lean.Elab.GuardMsgs", "Lean.Elab.CheckTactic", "Lean.Elab.MatchExpr", "Lean.Elab", "Lean.Meta.LevelDefEq", "Lean.Meta.UnificationHint", "Lean.Meta.ExprDefEq", "Lean.Meta.Tactic.LinearArith.Solver", "Lean.Meta.Tactic.LinearArith.Nat.Solver", "Lean.Meta.Tactic.LinearArith.Nat", "Lean.Meta.Tactic.LinearArith.Main", "Lean.Meta.Tactic.LinearArith", "Lean.Meta.Tactic.AC.Main", "Lean.Meta.Tactic.AC", "Lean.Meta.Tactic", "Lean.Meta.ExprLens", "Lean.Meta.ExprTraverse", "Lean.Meta", "Lean.Util.ShareCommon", "Lean.Util.TestExtern", "Lean.Util.LeanOptions", "Lean.Util.FileSetupInfo", "Lean.Util", "Lean.Server.Watchdog", "Lean.LoadDynlib", "Lean.Server.FileWorker.WidgetRequests", "Lean.Util.LakePath", "Lean.Server.FileWorker.SetupFile", "Lean.Server.ImportCompletion", "Lean.Server.FileWorker", "Lean.Server.Rpc.Deriving", "Lean.Server.Rpc", "Lean.Server", "Lean.Widget", "Lean.Linter.Builtin", "Lean.Linter", "Lean", "Std.Classes.BEq", "Std.Classes.Cast", "Std.Classes.Order", "Std.Classes.RatCast", "Std.Classes.SatisfiesM", "Std.CodeAction.Misc", "Std.CodeAction", "Std.Control.ForInStep.Basic", "Std.Control.ForInStep.Lemmas", "Std.Control.ForInStep", "Std.Control.Lemmas", "Std.Data.MLList.Basic", "Std.Control.Nondet.Basic", "Std.Data.List.Init.Attach", "Std.Data.Array.Basic", "Std.Data.Bool", "Std.Data.Fin.Basic", "Std.Data.Option.Lemmas", "Std.Data.List.Lemmas", "Std.Tactic.SeqFocus", "Std.Util.ProofWanted", "Std.Data.Array.Lemmas", "Std.Data.Array.Merge", "Std.Data.Array.Monadic", "Std.Data.Array", "Std.Data.AssocList", "Std.Data.BinomialHeap.Basic", "Std.Data.BinomialHeap.Lemmas", "Std.Data.BinomialHeap", "Std.Data.Fin.Lemmas", "Std.Data.BitVec.Lemmas", "Std.Data.BitVec", "Std.Data.ByteArray", "Std.Data.Char", "Std.Data.DList", "Std.Data.Fin", "Std.Data.HashMap.Basic", "Std.Data.HashMap.Lemmas", "Std.Data.HashMap.WF", "Std.Data.HashMap", "Std.Data.Int.Gcd", "Std.Data.Int.Lemmas", "Std.Data.Int", "Std.Data.LazyList", "Std.Data.List.Count", "Std.Data.List.Pairwise", "Std.Data.List.Perm", "Std.Data.List", "Std.Data.MLList.Heartbeats", "Std.Lean.System.IO", "Std.Data.MLList.IO", "Std.Data.MLList", "Std.Data.Nat", "Std.Data.Option", "Std.Data.PairingHeap", "Std.Data.RBMap.Basic", "Std.Data.RBMap.WF", "Std.Data.RBMap.Alter", "Std.Data.RBMap.Lemmas", "Std.Data.RBMap", "Std.Data.Range.Lemmas", "Std.Data.Range", "Std.Data.Rat.Lemmas", "Std.Data.Rat", "Std.Data.String.Lemmas", "Std.Data.String", "Std.Data.Sum.Basic", "Std.Data.Sum.Lemmas", "Std.Data.Sum", "Std.Data.UInt", "Std.Data.UnionFind.Basic", "Std.Data.UnionFind.Lemmas", "Std.Data.UnionFind", "Std.Lean.TagAttribute", "Std.Lean.AttributeExtra", "Std.Lean.Delaborator", "Std.Lean.Except", "Std.Lean.Float", "Std.Lean.HashMap", "Std.Lean.HashSet", "Std.Lean.IO.Process", "Std.Lean.Json", "Std.Lean.Meta.AssertHypotheses", "Std.Lean.Meta.Clear", "Std.Lean.Meta.Expr", "Std.Lean.PersistentHashMap", "Std.Lean.Meta.DiscrTree", "Std.Lean.Meta.Inaccessible", "Std.Lean.Meta.InstantiateMVars", "Std.Lean.MonadBacktrack", "Std.Lean.Meta.SavedState", "Std.Lean.Meta.Simp", "Std.Lean.Meta.UnusedNames", "Std.Lean.NameMap", "Std.Lean.PersistentHashSet", "Std.Lean.SMap", "Std.Lean.Syntax", "Std.Lean.Util.EnvSearch", "Std.Lean.Util.Path", "Std.Tactic.Unreachable", "Std.Linter.UnreachableTactic", "Std.Linter.UnnecessarySeqFocus", "Std.Linter", "Std.Tactic.Basic", "Std.Tactic.Case", "Std.Tactic.Classical", "Std.Tactic.Congr", "Std.Tactic.Exact", "Std.Tactic.FalseOrByContra", "Std.Tactic.Instances", "Std.Tactic.NoMatch", "Std.Tactic.PermuteGoals", "Std.Tactic.PrintDependents", "Std.Tactic.PrintPrefix", "Std.Tactic.SqueezeScope", "Std.Tactic.Where", "Std.Test.Internal.DummyLabelAttr", "Std.Util.Cache", "Std.Util.CheckTactic", "Std.Util.ExtendedBinder", "Std.Util.Pickle", "Std.WF", "Std", "Mathlib.Tactic.PPWithUniv", "Mathlib.Tactic.ExtendDoc", "Mathlib.Tactic.TypeStar", "Mathlib.Util.AssertExists", "Mathlib.Algebra.Group.Defs", "Mathlib.Algebra.BigOperators.List.Defs", "Mathlib.Util.CompileInductive", "Mathlib.Init.Data.Nat.Basic", "Mathlib.Mathport.Attributes", "Mathlib.Tactic.ProjectionNotation", "Mathlib.Init.Logic", "Mathlib.Init.Algebra.Classes", "Mathlib.Init.Data.Ordering.Basic", "Mathlib.Tactic.Core", "Mathlib.Tactic.SplitIfs", "Mathlib.Init.Order.Defs", "Mathlib.Init.Data.Nat.Lemmas", "Mathlib.Tactic.Basic", "Mathlib.Tactic.Attr.Register", "Mathlib.Init.Function", "Mathlib.Data.Bool.Basic", "Mathlib.Logic.Nonempty", "Mathlib.Init.Set", "Mathlib.Logic.Basic", "Mathlib.Logic.Function.Basic", "Mathlib.Logic.Nontrivial.Defs", "Mathlib.Tactic.Cases", "Mathlib.Tactic.GCongr.ForwardAttr", "Mathlib.Tactic.GCongr.Core", "Mathlib.Tactic.Conv", "Mathlib.Tactic.PushNeg", "Mathlib.Tactic.Use", "Mathlib.Data.Nat.Defs", "Mathlib.Init.Control.Combinators", "Mathlib.Data.Option.Defs", "Mathlib.Logic.IsEmpty", "Mathlib.Logic.Relator", "Aesop.Check", "Aesop.Nanos", "Aesop.Util.UnionFind", "Aesop.Util.UnorderedArraySet", "Aesop.Util.Basic", "Aesop.Rule.Name", "Aesop.Tracing", "Aesop.RulePattern", "Aesop.Index.Basic", "Aesop.Options.Public", "Aesop.Options.Internal", "Aesop.Options", "Aesop.Percent", "Aesop.Util.Tactic", "Aesop.Util.EqualUpToIds", "Aesop.Script", "Aesop.RuleTac.Basic", "Aesop.Rule.Basic", "Aesop.Index", "Aesop.Rule", "Aesop.RuleSet.Member", "Aesop.RuleSet.Name", "Aesop.RuleSet.Filter", "Aesop.RuleSet", "Aesop.Frontend.Extension.Init", "Aesop.Frontend.Extension", "Aesop.ElabM", "Aesop.Frontend.Basic", "Aesop.RuleTac.ElabRuleTerm", "Aesop.Builder.Basic", "Aesop.Builder.Apply", "Aesop.RuleTac.Cases", "Aesop.Builder.Cases", "Aesop.Builder.Constructors", "Aesop.Builder.NormSimp", "Aesop.Builder.Tactic", "Aesop.Builder.Default", "Aesop.Builder.Forward", "Aesop.Builder.Unfold", "Aesop.Builder", "Aesop.Frontend.RuleExpr", "Aesop.Frontend.Attribute", "Aesop.RuleTac.Apply", "Aesop.RuleTac.Forward", "Aesop.RuleTac.Preprocess", "Aesop.RuleTac.Tactic", "Aesop.RuleTac", "Aesop.Search.Expansion.Basic", "Aesop.Search.Expansion.Simp", "Aesop.Constants", "Aesop.Tree.UnsafeQueue", "Aesop.Tree.Data", "Aesop.Tree.Traversal", "Aesop.Tree.RunMetaM", "Aesop.Tree.TreeM", "Aesop.Tree.AddRapp", "Aesop.Tree.State", "Aesop.Tree.Check", "Lean.Replay", "Aesop.Tree.Tracing", "Aesop.Tree.ExtractProof", "Aesop.Tree.ExtractScript", "Aesop.Tree.Free", "Aesop.Tree", "Aesop.Search.Queue.Class", "Aesop.Stats.Basic", "Aesop.Search.SearchM", "Aesop.Search.RuleSelection", "Aesop.Search.Expansion.Norm", "Aesop.Search.Expansion", "Aesop.Exception", "Aesop.Search.ExpandSafePrefix", "Aesop.Search.Queue", "Aesop.Search.Main", "Aesop.BuiltinRules.Assumption", "Aesop.BuiltinRules.ApplyHyps", "Aesop.BuiltinRules.DestructProducts", "Aesop.BuiltinRules.Ext", "Aesop.BuiltinRules.Intros", "Aesop.BuiltinRules.Split", "Aesop.BuiltinRules.Subst", "Aesop.Stats.Extension", "Aesop.Stats.Report", "Aesop.Frontend.Command", "Aesop.Frontend.Tactic", "Aesop.Frontend", "Aesop.BuiltinRules", "Aesop.Main", "Aesop", "Mathlib.Data.Option.Basic", "Mathlib.Tactic.CasesM", "Mathlib.Tactic.Attr.Core", "Mathlib.Control.Basic", "Mathlib.Control.Functor", "Mathlib.Tactic.ToLevel", "Mathlib.Tactic.DeriveToExpr", "Mathlib.Util.WhatsNew", "Mathlib.Tactic.ToExpr", "Mathlib.Tactic.FBinop", "Mathlib.Data.SProd", "Mathlib.Data.List.Defs", "Mathlib.Init.Data.List.Basic", "Mathlib.Init.Data.List.Instances", "Mathlib.Init.Data.List.Lemmas", "Mathlib.Tactic.Inhabit", "Mathlib.Logic.Unique", "Mathlib.Init.Order.LinearOrder", "Mathlib.Data.Prod.Basic", "Mathlib.Data.Subtype", "Mathlib.Tactic.Spread", "Mathlib.Lean.Meta.CongrTheorems", "Mathlib.Tactic.Relation.Rfl", "Mathlib.Tactic.Congr!", "Mathlib.Tactic.Convert", "Mathlib.Tactic.SimpRw", "Mathlib.Order.Notation", "Mathlib.Order.Basic", "Qq.ForLean.ReduceEval", "Qq.ForLean.ToExpr", "Qq.Typ", "Qq.Macro", "Qq.Delab", "Qq.MetaM", "Qq.ForLean.Do", "Qq.SortLocalDecls", "Qq.Match", "Qq.AssertInstancesCommute", "Qq", "ImportGraph.RequiredModules", "ImportGraph.Imports", "Mathlib.Tactic.ApplyCongr", "Mathlib.Lean.Meta.Basic", "Mathlib.Tactic.ApplyAt", "Mathlib.Tactic.ApplyWith", "Mathlib.Tactic.ByContra", "Mathlib.Tactic.Check", "Mathlib.Util.Tactic", "Mathlib.Tactic.Choose", "Mathlib.Tactic.Clear!", "Mathlib.Tactic.ClearExcept", "Mathlib.Tactic.Clear_", "Mathlib.Tactic.Coe", "Mathlib.Tactic.TermCongr", "Mathlib.Tactic.Congrm", "Mathlib.Tactic.Constructor", "Mathlib.Tactic.Contrapose", "Mathlib.Tactic.DefEqTransformations", "Mathlib.Tactic.Existsi", "Mathlib.Tactic.ExtractGoal", "Mathlib.Tactic.ExtractLets", "Mathlib.Tactic.FailIfNoProgress", "Mathlib.Tactic.Find", "Mathlib.Tactic.GeneralizeProofs", "Mathlib.Tactic.GuardGoalNums", "Mathlib.Tactic.GuardHypNums", "Mathlib.Tactic.HelpCmd", "Mathlib.Tactic.HigherOrder", "Mathlib.Tactic.Hint", "Mathlib.Tactic.InferParam", "Mathlib.Tactic.IrreducibleDef", "Mathlib.Tactic.Lift", "Mathlib.Tactic.Lint", "Mathlib.Lean.Name", "Mathlib.Tactic.MkIffOfInductiveProp", "Mathlib.Tactic.NthRewrite", "Mathlib.Tactic.Observe", "Mathlib.Tactic.Propose", "Mathlib.Tactic.RSuffices", "Mathlib.Tactic.Recover", "Mathlib.Tactic.Rename", "Mathlib.Tactic.RenameBVar", "Mathlib.Init.Core", "Mathlib.Data.MLList.Dedup", "Mathlib.Lean.Meta.DiscrTree", "Mathlib.Tactic.Rewrites", "Mathlib.Tactic.Says", "Mathlib.Util.WithWeakNamespace", "Mathlib.Tactic.ScopedNS", "Mathlib.Tactic.Set", "Mathlib.Tactic.SimpIntro", "Mathlib.Tactic.Substs", "Mathlib.Tactic.SuccessIfFailWithMsg", "Mathlib.Tactic.SudoSetOption", "Mathlib.Tactic.SwapVar", "Mathlib.Tactic.Tauto", "Mathlib.Tactic.Trace", "Mathlib.Tactic.TypeCheck", "Mathlib.Tactic.UnsetOption", "Mathlib.Tactic.Variable", "ProofWidgets.Compat", "ProofWidgets.Component.Basic", "ProofWidgets.Component.MakeEditLink", "ProofWidgets.Data.Html", "ProofWidgets.Cancellable", "ProofWidgets.Component.OfRpcMethod", "Mathlib.Tactic.Widget.SelectInsertParamsClass", "Mathlib.Tactic.Widget.SelectPanelUtils", "Mathlib.Tactic.Widget.Calc", "Mathlib.Tactic.Widget.Congrm", "Mathlib.Tactic.Widget.Conv", "Mathlib.Tactic.WLOG", "Mathlib.Util.CountHeartbeats", "Mathlib.Tactic.Common", "Mathlib.Data.List.Basic", "Mathlib.Data.List.Infix", "Mathlib.Data.List.Forall2", "Mathlib.Algebra.Group.Semiconj.Defs", "Mathlib.Algebra.Group.Commute.Defs", "Mathlib.Algebra.Group.Basic", "Mathlib.Algebra.Group.Semiconj.Basic", "Mathlib.Algebra.Group.Commute.Basic", "Mathlib.Algebra.GroupWithZero.Defs", "Mathlib.Data.Int.Defs", "Mathlib.Algebra.GroupPower.Basic", "Mathlib.Data.Sum.Basic", "Mathlib.Algebra.Group.Pi.Basic", "Mathlib.Data.FunLike.Basic", "Mathlib.Algebra.Group.Hom.Defs", "Mathlib.Algebra.Divisibility.Basic", "Mathlib.Data.Nat.Cast.Defs", "Mathlib.Data.Int.Cast.Defs", "Mathlib.Algebra.Ring.Defs", "Mathlib.Algebra.Ring.Semiconj", "Mathlib.Data.FunLike.Embedding", "Mathlib.Data.FunLike.Equiv", "Mathlib.Init.Data.Quot", "Mathlib.Lean.Elab.Term", "Mathlib.Lean.PrettyPrinter.Delaborator", "Mathlib.Mathport.Notation", "Mathlib.Data.Quot", "Mathlib.Init.Data.Bool.Lemmas", "Mathlib.Logic.Equiv.Defs", "Mathlib.Logic.Nontrivial.Basic", "Mathlib.Algebra.Opposites", "Mathlib.Data.Int.Cast.Basic", "Mathlib.Algebra.Group.InjSurj", "Mathlib.Algebra.NeZero", "Mathlib.Algebra.GroupWithZero.NeZero", "Mathlib.Algebra.GroupWithZero.InjSurj", "Mathlib.Algebra.Ring.InjSurj", "Mathlib.Tactic.Nontriviality.Core", "Mathlib.Tactic.Nontriviality", "Mathlib.Algebra.Group.Units", "Mathlib.Algebra.Group.Units.Hom", "Mathlib.Algebra.Group.Hom.Basic", "Mathlib.Data.Sigma.Basic", "Mathlib.Init.Data.Sigma.Basic", "Mathlib.Logic.Function.Conjugate", "Mathlib.Logic.Equiv.Basic", "Mathlib.Algebra.Group.Equiv.Basic", "Mathlib.Algebra.GroupWithZero.Hom", "Mathlib.Algebra.Ring.Basic", "Mathlib.Algebra.Ring.Hom.Defs", "Mathlib.Algebra.Ring.Units", "Mathlib.Data.Bracket", "Mathlib.Algebra.Ring.Commute", "Mathlib.Data.Option.NAry", "Mathlib.Algebra.Group.WithOne.Defs", "Mathlib.Algebra.Group.Units.Equiv", "Mathlib.Order.Synonym", "Mathlib.Algebra.Group.OrderSynonym", "Mathlib.Algebra.GroupWithZero.Basic", "Mathlib.Algebra.GroupWithZero.Units.Basic", "Mathlib.Algebra.GroupWithZero.Units.Equiv", "Mathlib.Logic.Function.Iterate", "Mathlib.Init.Data.Int.Order", "Mathlib.Order.Compare", "Mathlib.Order.Max", "Mathlib.Init.Propext", "Mathlib.Logic.Relation", "Mathlib.Order.RelClasses", "Mathlib.Order.Monotone.Basic", "Mathlib.Algebra.CovariantAndContravariant", "Mathlib.Order.ULift", "Mathlib.Order.Lattice", "Mathlib.Order.MinMax", "Mathlib.Algebra.Order.Monoid.Lemmas", "Mathlib.Order.BoundedOrder", "Mathlib.Algebra.Order.Monoid.Defs", "Mathlib.Algebra.Order.Sub.Defs", "Mathlib.Algebra.Order.Group.Defs", "Mathlib.Control.EquivFunctor", "Mathlib.Logic.Equiv.Option", "Mathlib.Data.Prod.PProd", "Mathlib.Logic.Embedding.Basic", "Mathlib.Order.RelIso.Basic", "Mathlib.Order.Disjoint", "Mathlib.Order.WithBot", "Mathlib.Tactic.Monotonicity.Attr", "Mathlib.Order.Hom.Basic", "Mathlib.Algebra.Order.Monoid.Units", "Mathlib.Algebra.Order.Group.Units", "Mathlib.Algebra.Order.Monoid.Basic", "Mathlib.Algebra.Order.Monoid.OrderDual", "Mathlib.Data.Finite.Defs", "Mathlib.Algebra.Group.TypeTags", "Mathlib.Algebra.Order.Monoid.Canonical.Defs", "Mathlib.Algebra.Order.Monoid.TypeTags", "Mathlib.Algebra.Order.ZeroLEOne", "Mathlib.Algebra.Order.Monoid.WithZero", "Mathlib.Algebra.Order.Monoid.MinMax", "Mathlib.Algebra.Order.Monoid.NatCast", "Mathlib.Algebra.Order.Ring.Lemmas", "Mathlib.Algebra.Order.Ring.Defs", "Mathlib.Algebra.Order.Sub.Canonical", "Mathlib.Algebra.Order.Ring.Canonical", "Mathlib.Data.Nat.Basic", "Mathlib.Data.Nat.Order.Basic", "Mathlib.Data.Int.Basic", "Mathlib.Data.Set.Defs", "Mathlib.Order.PropInstances", "Mathlib.Order.Heyting.Basic", "Mathlib.Order.BooleanAlgebra", "Mathlib.Order.SymmDiff", "Mathlib.Util.Delaborators", "Mathlib.Data.Set.Basic", "Mathlib.Data.Set.Image", "Mathlib.Data.Set.Prod", "Mathlib.Data.Set.Function", "Mathlib.Logic.Pairwise", "Mathlib.Data.Set.Pairwise.Basic", "Mathlib.Init.Data.Fin.Basic", "Mathlib.Data.List.Nodup", "Mathlib.Data.List.Dedup", "Mathlib.Data.List.ProdSigma", "Mathlib.Data.List.Lex", "Mathlib.Data.List.Chain", "Mathlib.Data.List.Zip", "Mathlib.Data.List.Pairwise", "Mathlib.Data.List.Range", "Mathlib.Data.List.Rotate", "Mathlib.Algebra.BigOperators.List.Basic", "Mathlib.Algebra.Group.Opposite", "Mathlib.Algebra.Group.Semiconj.Units", "Mathlib.Init.Classical", "Mathlib.Algebra.GroupWithZero.Semiconj", "Mathlib.Algebra.Group.Commute.Units", "Mathlib.Algebra.GroupWithZero.Commute", "Mathlib.Algebra.Divisibility.Units", "Mathlib.Algebra.GroupWithZero.Divisibility", "Mathlib.Algebra.Ring.Divisibility.Basic", "Mathlib.Data.Nat.Units", "Mathlib.Data.Int.Units", "Mathlib.Algebra.BigOperators.List.Lemmas", "Mathlib.Algebra.GroupPower.Hom", "Mathlib.Data.List.GetD", "Mathlib.Data.Set.List", "Mathlib.Data.List.Join", "Mathlib.Data.List.Permutation", "Mathlib.Data.List.InsertNth", "Mathlib.Data.List.Lattice", "Mathlib.Data.Nat.Factorial.Basic", "Mathlib.Data.List.Count", "Mathlib.Data.List.Perm", "Mathlib.Init.Quot", "Mathlib.Data.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Basic", "Mathlib.Algebra.BigOperators.Multiset.Lemmas", "Mathlib.Algebra.GroupPower.CovariantClass", "Mathlib.Algebra.Order.Group.OrderIso", "Mathlib.Algebra.Order.Group.Lattice", "Mathlib.Algebra.Order.Group.Abs", "Mathlib.Algebra.BigOperators.Multiset.Order", "Mathlib.Algebra.Group.Prod", "Mathlib.Data.Set.Intervals.Basic", "Mathlib.Order.Directed", "Mathlib.Data.Set.Intervals.Image", "Mathlib.Data.Set.NAry", "Mathlib.Order.Bounds.Basic", "Mathlib.Data.Set.Intervals.UnorderedInterval", "Mathlib.Data.Set.Intervals.OrderEmbedding", "Mathlib.Logic.Equiv.Set", "Mathlib.Order.Hom.Set", "Mathlib.Order.Antichain", "Mathlib.Order.SetNotation", "Mathlib.Data.Set.Intervals.OrdConnected", "Mathlib.Order.Antisymmetrization", "Mathlib.Order.Cover", "Mathlib.Algebra.Function.Support", "Mathlib.Algebra.Group.Hom.Instances", "Mathlib.Algebra.Group.Pi.Lemmas", "Mathlib.Algebra.Function.Indicator", "Mathlib.Algebra.Ring.Opposite", "Mathlib.Algebra.CharZero.Defs", "Mathlib.Algebra.Order.Monoid.WithTop", "Mathlib.Algebra.Group.Embedding", "Mathlib.Data.Fin.Basic", "Mathlib.Data.Finset.Attr", "Mathlib.Data.Multiset.Range", "Mathlib.Data.Multiset.Nodup", "Mathlib.Data.Multiset.Dedup", "Mathlib.Data.Multiset.FinsetOps", "Mathlib.Data.Finset.Basic", "Mathlib.GroupTheory.GroupAction.Defs", "Mathlib.Data.Multiset.Bind", "Mathlib.Data.Finset.Union", "Mathlib.Algebra.Order.Ring.CharZero", "Mathlib.Data.Int.Order.Basic", "Mathlib.Data.Finset.Image", "Mathlib.Data.List.MinMax", "Mathlib.Data.Multiset.Fold", "Mathlib.Data.Finset.Fold", "Mathlib.Data.Finset.Card", "Mathlib.Data.Finset.Option", "Mathlib.Data.Multiset.Pi", "Mathlib.Data.Finset.Pi", "Mathlib.Data.Finset.Prod", "Mathlib.Data.Multiset.Lattice", "Mathlib.Data.Bool.Set", "Mathlib.Data.Nat.Set", "Mathlib.Control.ULift", "Mathlib.Data.ULift", "Mathlib.Order.CompleteLattice", "Mathlib.Order.CompleteBooleanAlgebra", "Mathlib.Order.GaloisConnection", "Mathlib.Data.Set.Lattice", "Mathlib.Order.Hom.Bounded", "Mathlib.Order.Hom.Lattice", "Mathlib.Data.Finset.Lattice", "Mathlib.Data.Nat.Choose.Basic", "Mathlib.Data.List.Sublists", "Mathlib.Data.Multiset.Powerset", "Mathlib.Data.Finset.Powerset", "Mathlib.Data.Fin.OrderHom", "Mathlib.Data.Fintype.Basic", "Mathlib.Data.Finset.Piecewise", "Mathlib.Order.WellFounded", "Mathlib.Data.Pi.Lex", "Mathlib.Data.Fin.Tuple.Basic", "Mathlib.Data.List.OfFn", "Mathlib.Data.List.Sort", "Mathlib.Data.List.Duplicate", "Mathlib.Data.List.NodupEquivFin", "Mathlib.Data.Fintype.Card", "Mathlib.Data.Fintype.Powerset", "Mathlib.Data.Fintype.Prod", "Mathlib.Data.Set.Sigma", "Mathlib.Data.Finset.Sigma", "Mathlib.Data.Fintype.Sigma", "Mathlib.Data.Multiset.Sum", "Mathlib.Data.Finset.Sum", "Mathlib.Logic.Embedding.Set", "Mathlib.Data.Fintype.Sum", "Mathlib.Data.Fintype.Pi", "Mathlib.Data.Vector", "Mathlib.Control.Applicative", "Mathlib.Control.Traversable.Basic", "Mathlib.Data.Vector.Basic", "Mathlib.Data.Setoid.Basic", "Mathlib.Tactic.ApplyFun", "Mathlib.Data.Sym.Basic", "Mathlib.Data.Fintype.Vector", "Mathlib.Data.Finite.Basic", "Mathlib.Lean.Expr.ExtraRecognizers", "Mathlib.Data.Set.Functor", "Mathlib.Data.Set.Finite", "Mathlib.Data.Finset.Preimage", "Mathlib.Algebra.Ring.Hom.Basic", "Mathlib.Data.Nat.Cast.Commute", "Mathlib.Data.Nat.Cast.Basic", "Mathlib.Data.Nat.Cast.NeZero", "Mathlib.Data.Nat.Cast.Order", "Mathlib.Data.Int.Cast.Lemmas", "Mathlib.Algebra.BigOperators.Basic", "Mathlib.Data.Rat.Init", "Mathlib.Algebra.Field.Defs", "Mathlib.Algebra.BigOperators.Ring", "Mathlib.GroupTheory.GroupAction.Units", "Mathlib.Algebra.GroupWithZero.Units.Lemmas", "Mathlib.Algebra.Order.Field.Defs", "Mathlib.Algebra.GroupPower.Ring", "Mathlib.Algebra.GroupPower.Order", "Mathlib.Data.Int.Cast.Field", "Mathlib.Data.Int.CharZero", "Mathlib.Data.Rat.Defs", "Mathlib.Data.Rat.Order", "Mathlib.Algebra.Invertible.Defs", "Mathlib.Algebra.Invertible.GroupWithZero", "Mathlib.Tactic.NormNum.Result", "Mathlib.Util.Qq", "Mathlib.Tactic.NormNum.Core", "Mathlib.Tactic.HaveI", "Mathlib.Algebra.Invertible.Basic", "Mathlib.Algebra.Order.Invertible", "Mathlib.Tactic.Positivity.Core", "Mathlib.Tactic.Positivity.Basic", "Mathlib.Algebra.Order.Hom.Basic", "Mathlib.Algebra.Order.Ring.Abs", "Mathlib.Algebra.Regular.Basic", "Mathlib.Algebra.Ring.Regular", "Mathlib.Algebra.Order.AbsoluteValue", "Mathlib.Tactic.NormNum.Basic", "Mathlib.Data.Rat.Field", "Mathlib.Data.Int.Dvd.Basic", "Mathlib.Data.Nat.Order.Lemmas", "Mathlib.Data.Int.Div", "Mathlib.Data.PNat.Defs", "Mathlib.Data.Rat.Lemmas", "Mathlib.Data.Rat.Cast.Defs", "Mathlib.Data.Rat.Cast.CharZero", "Mathlib.Algebra.Field.Basic", "Mathlib.Tactic.NormNum.Inv", "Mathlib.Tactic.NormNum.Pow", "Mathlib.Util.AtomM", "Mathlib.Tactic.Ring.Basic", "Mathlib.Tactic.Ring.RingNF", "Mathlib.Init.Data.Nat.Bitwise", "Mathlib.Data.Nat.Bits", "Mathlib.Algebra.Order.Positive.Ring", "Mathlib.Data.PNat.Basic", "Mathlib.Tactic.Ring.PNat", "Mathlib.Tactic.Ring", "Mathlib.Algebra.BigOperators.Order", "Mathlib.Order.LocallyFinite", "Mathlib.Data.Set.Intervals.Monoid", "Mathlib.Data.Finset.LocallyFinite.Basic", "Mathlib.Data.Nat.Interval", "Mathlib.Data.HashMap", "Mathlib.Tactic.Linarith.Lemmas", "Mathlib.Util.SynthesizeUsing", "Mathlib.Tactic.Linarith.Datatypes", "Mathlib.Tactic.Linarith.Elimination", "Mathlib.Tactic.Linarith.Parsing", "Mathlib.Tactic.Linarith.Verification", "Mathlib.Tactic.Zify", "Mathlib.Data.Num.Basic", "Mathlib.Data.Tree", "Mathlib.Tactic.CancelDenoms.Core", "Mathlib.Tactic.Linarith.Preprocessing", "Mathlib.Tactic.Linarith.Frontend", "Mathlib.Tactic.NormNum.OfScientific", "Mathlib.Tactic.NormNum.Eq", "Mathlib.Tactic.NormNum.Ineq", "Mathlib.Tactic.NormNum.DivMod", "Mathlib.Data.Rat.Cast.Order", "Mathlib.Tactic.NormNum", "Mathlib.Tactic.Linarith", "Mathlib.Algebra.BigOperators.Intervals", "Mathlib.Order.Bounds.OrderIso", "Mathlib.Algebra.Order.Field.Basic", "Mathlib.Algebra.Parity", "Mathlib.Algebra.GroupWithZero.Power", "Mathlib.Data.Nat.GCD.Basic", "Mathlib.Data.Int.GCD", "Mathlib.Data.Int.Order.Lemmas", "Mathlib.Data.Nat.ModEq", "Mathlib.Data.Nat.Parity", "Mathlib.Tactic.Abel", "Mathlib.Algebra.GeomSum", "Mathlib.Data.Nat.Cast.Field", "Mathlib.Algebra.CharZero.Lemmas", "Mathlib.Algebra.Order.Ring.Pow", "Mathlib.Data.Nat.Bitwise", "Mathlib.Data.Nat.Size", "Mathlib.Init.Data.Int.Bitwise", "Mathlib.Data.Int.Bitwise", "Mathlib.Algebra.Order.Field.Power", "Mathlib.Data.Int.LeastGreatest", "Mathlib.Data.Int.Lemmas", "Mathlib.Data.Set.Intervals.Group", "Mathlib.Tactic.Positivity", "Mathlib.Algebra.Order.Floor", "Mathlib.Algebra.EuclideanDomain.Defs", "Mathlib.Algebra.EuclideanDomain.Instances", "Mathlib.Util.DischargerAsTactic", "Mathlib.Tactic.FieldSimp", "Mathlib.Data.Rat.Floor", "Mathlib.Algebra.Order.Group.InjSurj", "Mathlib.Algebra.Order.Ring.InjSurj", "Mathlib.Order.ConditionallyCompleteLattice.Basic", "Mathlib.Order.LatticeIntervals", "Mathlib.Order.CompleteLatticeIntervals", "Mathlib.Algebra.Order.Nonneg.Ring", "Mathlib.Data.NNRat.Defs", "Mathlib.Algebra.Order.Archimedean", "Mathlib.Algebra.Order.Group.MinMax", "Mathlib.Algebra.Field.IsField", "Mathlib.Algebra.Ring.Equiv", "Mathlib.Algebra.Ring.CompTypeclasses", "Mathlib.Algebra.Ring.Pi", "Mathlib.GroupTheory.GroupAction.Pi", "Mathlib.GroupTheory.GroupAction.Ring", "Mathlib.Init.Align", "Mathlib.Tactic.GCongr", "Mathlib.Algebra.Order.CauSeq.Basic", "Mathlib.Algebra.Order.CauSeq.BigOperators", "Mathlib.Algebra.GroupWithZero.Bitwise", "Mathlib.Algebra.Field.Opposite", "Mathlib.GroupTheory.GroupAction.Opposite", "Mathlib.Algebra.GroupPower.IterateHom", "Mathlib.GroupTheory.Perm.Basic", "Mathlib.Algebra.Group.Aut", "Mathlib.GroupTheory.GroupAction.Group", "Mathlib.Algebra.GroupRingAction.Basic", "Mathlib.Algebra.Ring.Aut", "Mathlib.Tactic.SetLike", "Mathlib.Data.SetLike.Basic", "Mathlib.Algebra.Star.Basic", "Mathlib.Algebra.Order.CauSeq.Completion", "Mathlib.Data.Real.Basic", "Mathlib.Data.Complex.Basic", "Mathlib.Init.Data.Subtype.Basic", "Mathlib.GroupTheory.GroupAction.Prod", "Mathlib.Algebra.SMulWithZero", "Mathlib.Algebra.Module.Basic", "Mathlib.Algebra.Star.Pi", "Mathlib.Algebra.Group.Conj", "Mathlib.GroupTheory.Subsemigroup.Basic", "Mathlib.GroupTheory.Subsemigroup.Operations", "Mathlib.GroupTheory.Subsemigroup.Center", "Mathlib.GroupTheory.Subsemigroup.Centralizer", "Mathlib.GroupTheory.Submonoid.Basic", "Mathlib.GroupTheory.Submonoid.Operations", "Mathlib.GroupTheory.Submonoid.Center", "Mathlib.GroupTheory.Submonoid.Centralizer", "Mathlib.Order.ModularLattice", "Mathlib.Order.Atoms", "Mathlib.GroupTheory.Subgroup.Basic", "Mathlib.Algebra.Star.SelfAdjoint", "Mathlib.Algebra.Star.Order", "Mathlib.Order.Filter.Basic", "Mathlib.Data.Nat.ForSqrt", "Mathlib.Data.Nat.Sqrt", "Mathlib.Data.Nat.Pairing", "Mathlib.Logic.Equiv.Nat", "Mathlib.Data.Fin.VecNotation", "Mathlib.Logic.Equiv.Fin", "Mathlib.Data.Countable.Defs", "Mathlib.Data.Countable.Basic", "Mathlib.Order.RelIso.Set", "Mathlib.Data.Multiset.Sort", "Mathlib.Data.Finset.Sort", "Mathlib.Logic.Encodable.Basic", "Mathlib.Logic.Denumerable", "Mathlib.Logic.Equiv.List", "Mathlib.Data.Set.Countable", "Mathlib.Order.Filter.Prod", "Mathlib.Order.Filter.Ker", "Mathlib.Order.Filter.Bases", "Mathlib.Order.Filter.Lift", "Mathlib.Tactic.Continuity.Init", "Mathlib.Tactic.Continuity", "Mathlib.Tactic.FunProp.Decl", "Mathlib.Tactic.FunProp.ToStd", "Mathlib.Tactic.FunProp.Mor", "Mathlib.Tactic.FunProp.FunctionData", "Mathlib.Tactic.FunProp.Types", "Mathlib.Tactic.FunProp.StateList", "Mathlib.Tactic.FunProp.RefinedDiscrTree", "Mathlib.Tactic.FunProp.Theorems", "Mathlib.Tactic.FunProp.Attr", "Mathlib.Tactic.FunProp.Core", "Mathlib.Tactic.FunProp.Elab", "Mathlib.Tactic.FunProp", "Mathlib.Topology.Defs.Basic", "Mathlib.Algebra.Order.Group.Instances", "Mathlib.Data.Set.Intervals.Disjoint", "Mathlib.Data.Set.Intervals.OrderIso", "Mathlib.Order.Filter.AtTopBot", "Mathlib.Order.Filter.Pi", "Mathlib.Order.Filter.Cofinite", "Mathlib.Order.Chain", "Mathlib.Order.Zorn", "Mathlib.Order.ZornAtoms", "Mathlib.Order.Filter.Ultrafilter", "Mathlib.Topology.Defs.Filter", "Mathlib.Topology.Basic", "Mathlib.Topology.Defs.Induced", "Mathlib.Topology.Order", "Mathlib.Topology.Maps", "Mathlib.Topology.NhdsSet", "Mathlib.Topology.Constructions", "Mathlib.Topology.ContinuousOn", "Mathlib.Topology.Bases", "Mathlib.Data.Set.Accumulate", "Mathlib.Topology.Bornology.Basic", "Mathlib.Order.Filter.SmallSets", "Mathlib.Topology.LocallyFinite", "Mathlib.Topology.Compactness.Compact", "Mathlib.Topology.Compactness.LocallyCompact", "Mathlib.Topology.Compactness.SigmaCompact", "Mathlib.Order.Iterate", "Mathlib.Order.SuccPred.Basic", "Mathlib.Order.SuccPred.Relation", "Mathlib.Data.Set.BoolIndicator", "Mathlib.Topology.Clopen", "Mathlib.Order.UpperLower.Basic", "Mathlib.Order.Minimal", "Mathlib.Topology.Irreducible", "Mathlib.Topology.Connected.Basic", "Mathlib.Topology.Connected.TotallyDisconnected", "Mathlib.Data.List.TFAE", "Mathlib.Tactic.TFAE", "Mathlib.Topology.Inseparable", "Mathlib.Topology.Separation", "Mathlib.Algebra.Function.Finite", "Mathlib.Algebra.BigOperators.Finprod", "Mathlib.Topology.Algebra.InfiniteSum.Defs", "Mathlib.Data.Fintype.Option", "Mathlib.Algebra.BigOperators.Option", "Mathlib.Data.Fintype.BigOperators", "Mathlib.Data.Set.Pointwise.Basic", "Mathlib.Data.Set.Pointwise.SMul", "Mathlib.Order.Filter.NAry", "Mathlib.Order.Filter.Pointwise", "Mathlib.Algebra.AddTorsor", "Mathlib.Topology.DenseEmbedding", "Mathlib.Topology.Support", "Mathlib.Topology.Connected.LocallyConnected", "Mathlib.Topology.Homeomorph", "Mathlib.Topology.Algebra.Constructions", "Mathlib.GroupTheory.GroupAction.Basic", "Mathlib.GroupTheory.GroupAction.Hom", "Mathlib.GroupTheory.GroupAction.SubMulAction", "Mathlib.Algebra.Group.ULift", "Mathlib.Algebra.Ring.ULift", "Mathlib.Algebra.Regular.SMul", "Mathlib.Algebra.Module.Pi", "Mathlib.GroupTheory.GroupAction.DomAct.Basic", "Mathlib.Algebra.Module.LinearMap.Basic", "Mathlib.Algebra.Module.LinearMap.End", "Mathlib.Algebra.Module.Equiv", "Mathlib.Algebra.Module.ULift", "Mathlib.Topology.Algebra.ConstMulAction", "Mathlib.Topology.Algebra.MulAction", "Mathlib.Algebra.BigOperators.Pi", "Mathlib.Data.Set.UnionLift", "Mathlib.Topology.ContinuousFunction.Basic", "Mathlib.Topology.Algebra.Monoid", "Mathlib.Topology.Algebra.InfiniteSum.Basic", "Mathlib.Tactic.Monotonicity.Basic", "Mathlib.Tactic.Monotonicity.Lemmas", "Mathlib.Tactic.Monotonicity", "Mathlib.Topology.UniformSpace.Basic", "Mathlib.Topology.UniformSpace.Cauchy", "Mathlib.Topology.UniformSpace.UniformConvergence", "Mathlib.Topology.UniformSpace.Separation", "Mathlib.Topology.UniformSpace.UniformEmbedding", "Mathlib.Topology.UniformSpace.CompleteSeparated", "Mathlib.Topology.UniformSpace.Pi", "Mathlib.Topology.UniformSpace.Equiv", "Mathlib.Topology.UniformSpace.UniformConvergenceTopology", "Mathlib.Topology.UniformSpace.Equicontinuity", "Mathlib.Topology.UniformSpace.Compact", "Mathlib.GroupTheory.Subgroup.ZPowers", "Mathlib.GroupTheory.GroupAction.ConjAct", "Mathlib.Data.ZMod.Defs", "Mathlib.Algebra.Order.Hom.Monoid", "Mathlib.Algebra.Order.Hom.Ring", "Mathlib.Data.Nat.SuccPred", "Mathlib.Algebra.Order.Sub.WithTop", "Mathlib.Algebra.Order.Ring.WithTop", "Mathlib.Data.ENat.Basic", "Mathlib.Data.Finsupp.Defs", "Mathlib.Logic.Small.Defs", "Mathlib.Logic.Small.Basic", "Mathlib.Logic.Small.Set", "Mathlib.Order.SuccPred.Limit", "Mathlib.Order.SuccPred.CompleteLinearOrder", "Mathlib.Dynamics.FixedPoints.Basic", "Mathlib.Order.Hom.Order", "Mathlib.Order.FixedPoints", "Mathlib.SetTheory.Cardinal.SchroederBernstein", "Mathlib.SetTheory.Cardinal.Basic", "Mathlib.SetTheory.Cardinal.ENat", "Mathlib.SetTheory.Cardinal.ToNat", "Mathlib.Order.ConditionallyCompleteLattice.Finset", "Mathlib.Data.Nat.Lattice", "Mathlib.Data.ENat.Lattice", "Mathlib.Data.Part", "Mathlib.Data.Nat.PartENat", "Mathlib.SetTheory.Cardinal.PartENat", "Mathlib.SetTheory.Cardinal.Finite", "Mathlib.Data.Fintype.Units", "Mathlib.Algebra.Group.ConjFinite", "Mathlib.Data.Fintype.List", "Mathlib.Data.List.Cycle", "Mathlib.Algebra.Associated", "Mathlib.Data.Nat.Prime", "Mathlib.Dynamics.PeriodicPts", "Mathlib.Algebra.Group.Commutator", "Mathlib.Algebra.FreeMonoid.Basic", "Mathlib.Algebra.Group.Commute.Hom", "Mathlib.Data.Finset.NoncommProd", "Mathlib.GroupTheory.Submonoid.MulOpposite", "Mathlib.GroupTheory.Submonoid.Membership", "Mathlib.GroupTheory.Subgroup.Finite", "Mathlib.Tactic.Group", "Mathlib.GroupTheory.Commutator", "Mathlib.Algebra.Quotient", "Mathlib.GroupTheory.Subgroup.MulOpposite", "Mathlib.GroupTheory.Subgroup.Actions", "Mathlib.GroupTheory.Coset", "Mathlib.GroupTheory.GroupAction.Quotient", "Mathlib.GroupTheory.Congruence", "Mathlib.Init.Data.Sigma.Lex", "Mathlib.Data.Sigma.Lex", "Mathlib.Order.OrderIsoNat", "Mathlib.Order.WellFoundedSet", "Mathlib.GroupTheory.Submonoid.Pointwise", "Mathlib.GroupTheory.Subgroup.Pointwise", "Mathlib.GroupTheory.QuotientGroup", "Mathlib.Topology.Algebra.Group.Basic", "Mathlib.Topology.DiscreteSubset", "Mathlib.Topology.Algebra.UniformGroup", "Mathlib.Topology.Algebra.InfiniteSum.Group", "Mathlib.Logic.Encodable.Lattice", "Mathlib.Topology.Algebra.InfiniteSum.NatInt", "Mathlib.Data.Set.Intervals.Pi", "Mathlib.Order.Filter.Interval", "Mathlib.Topology.Order.LeftRight", "Mathlib.Topology.Order.OrderClosed", "Mathlib.Topology.Order.Basic", "Mathlib.Topology.Algebra.Order.Group", "Mathlib.Data.Nat.Cast.Prod", "Mathlib.Data.Int.Cast.Prod", "Mathlib.Data.Prod.Lex", "Mathlib.Algebra.Order.Monoid.Prod", "Mathlib.Algebra.Order.Group.Prod", "Mathlib.Algebra.Ring.Prod", "Mathlib.Algebra.GroupRingAction.Subobjects", "Mathlib.GroupTheory.Subsemigroup.Membership", "Mathlib.RingTheory.NonUnitalSubsemiring.Basic", "Mathlib.RingTheory.Subsemiring.Basic", "Mathlib.RingTheory.Subring.Basic", "Mathlib.Topology.Algebra.Ring.Basic", "Mathlib.Topology.Algebra.GroupWithZero", "Mathlib.Order.Filter.Extr", "Mathlib.Topology.Order.LocalExtr", "Mathlib.Algebra.Module.Submodule.Basic", "Mathlib.Algebra.GCDMonoid.Basic", "Mathlib.Algebra.PUnitInstances", "Mathlib.Algebra.Module.Submodule.Lattice", "Mathlib.Algebra.Module.Submodule.LinearMap", "Mathlib.Algebra.Module.Submodule.Map", "Mathlib.Algebra.Module.Submodule.Ker", "Mathlib.Order.Hom.CompleteLattice", "Mathlib.Algebra.Module.Submodule.RestrictScalars", "Mathlib.Algebra.Algebra.Basic", "Mathlib.FieldTheory.Subfield", "Mathlib.Topology.Algebra.Field", "Mathlib.Data.Set.Pointwise.Interval", "Mathlib.Topology.Algebra.Order.Field", "Mathlib.Topology.Order.MonotoneConvergence", "Mathlib.Topology.Algebra.InfiniteSum.Order", "Mathlib.Data.List.NatAntidiagonal", "Mathlib.Data.Multiset.NatAntidiagonal", "Mathlib.Data.Finset.Antidiagonal", "Mathlib.Data.Finset.NatAntidiagonal", "Mathlib.Algebra.BigOperators.NatAntidiagonal", "Mathlib.Algebra.Star.Prod", "Mathlib.Topology.Algebra.Star", "Mathlib.Topology.Algebra.InfiniteSum.Constructions", "Mathlib.Topology.Algebra.InfiniteSum.Ring", "Mathlib.Data.Int.Parity", "Mathlib.Data.Int.Order.Units", "Mathlib.Data.Int.ModEq", "Mathlib.Data.Nat.Log", "Mathlib.Data.List.Indexes", "Mathlib.Data.List.Palindrome", "Mathlib.Tactic.FinCases", "Mathlib.Tactic.IntervalCases", "Mathlib.Data.Nat.Digits", "Mathlib.RingTheory.Multiplicity", "Mathlib.Data.Nat.Multiplicity", "Mathlib.Data.Nat.Choose.Sum", "Mathlib.Data.Set.Intervals.Infinite", "Mathlib.Data.Finite.Card", "Mathlib.Data.Set.Pointwise.Finite", "Mathlib.GroupTheory.Finiteness", "Mathlib.GroupTheory.Index", "Mathlib.GroupTheory.OrderOfElement", "Mathlib.Algebra.CharP.Basic", "Mathlib.Data.Finsupp.Indicator", "Mathlib.Data.Fin.Interval", "Mathlib.Data.Fintype.Fin", "Mathlib.Data.List.FinRange", "Mathlib.Algebra.BigOperators.Fin", "Mathlib.Data.Finsupp.Fin", "Mathlib.Algebra.BigOperators.Finsupp", "Mathlib.Algebra.Algebra.Hom", "Mathlib.Algebra.Algebra.NonUnitalHom", "Mathlib.Algebra.Ring.Idempotents", "Mathlib.Algebra.Module.Hom", "Mathlib.Algebra.Module.Prod", "Mathlib.LinearAlgebra.Basic", "Mathlib.Order.Closure", "Mathlib.Order.SupClosed", "Mathlib.Data.Finset.Pairwise", "Mathlib.Order.SupIndep", "Mathlib.Data.Finset.Order", "Mathlib.Data.Finite.Set", "Mathlib.Order.CompactlyGenerated.Basic", "Mathlib.Control.Monad.Basic", "Mathlib.Order.OmegaCompletePartialOrder", "Mathlib.LinearAlgebra.Span", "Mathlib.LinearAlgebra.BilinearMap", "Mathlib.Algebra.Module.Submodule.Bilinear", "Mathlib.Tactic.SuppressCompilation", "Mathlib.LinearAlgebra.TensorProduct.Basic", "Mathlib.Algebra.Algebra.Bilinear", "Mathlib.Algebra.Algebra.Equiv", "Mathlib.Algebra.Module.Opposites", "Mathlib.Algebra.Algebra.Opposite", "Mathlib.Algebra.GroupWithZero.NonZeroDivisors", "Mathlib.GroupTheory.GroupAction.BigOperators", "Mathlib.Data.DFinsupp.Basic", "Mathlib.Data.Rat.BigOperators", "Mathlib.Data.Finsupp.Basic", "Mathlib.Data.Finsupp.ToDFinsupp", "Mathlib.Data.DFinsupp.Encodable", "Mathlib.Data.Finsupp.Encodable", "Mathlib.LinearAlgebra.Pi", "Mathlib.LinearAlgebra.Finsupp", "Mathlib.RingTheory.Ideal.Basic", "Mathlib.Algebra.Module.BigOperators", "Mathlib.Algebra.Order.Group.Action", "Mathlib.Algebra.Module.Submodule.Pointwise", "Mathlib.Algebra.Order.Kleene", "Mathlib.Data.Finset.NAry", "Mathlib.Data.Set.Pointwise.ListOfFn", "Mathlib.Data.Finset.Pointwise", "Mathlib.Data.Set.Pointwise.BigOperators", "Mathlib.Data.Set.Semiring", "Mathlib.GroupTheory.GroupAction.SubMulAction.Pointwise", "Mathlib.Algebra.Algebra.Operations", "Mathlib.Data.Fintype.Lattice", "Mathlib.RingTheory.Coprime.Basic", "Mathlib.RingTheory.Coprime.Lemmas", "Mathlib.Algebra.Algebra.Prod", "Mathlib.Order.PartialSups", "Mathlib.LinearAlgebra.Prod", "Mathlib.Tactic.LinearCombination", "Mathlib.LinearAlgebra.LinearIndependent", "Mathlib.Algebra.Ring.OrderSynonym", "Mathlib.Algebra.Order.Module.Synonym", "Mathlib.Algebra.Order.Module.Defs", "Mathlib.Data.Finsupp.Order", "Mathlib.Data.Finsupp.Multiset", "Mathlib.Order.Bounded", "Mathlib.Data.Sum.Order", "Mathlib.Order.InitialSeg", "Mathlib.SetTheory.Ordinal.Basic", "Mathlib.SetTheory.Ordinal.Arithmetic", "Mathlib.SetTheory.Ordinal.Exponential", "Mathlib.SetTheory.Ordinal.FixedPoint", "Mathlib.SetTheory.Ordinal.Principal", "Mathlib.SetTheory.Cardinal.Ordinal", "Mathlib.SetTheory.Cardinal.Cofinality", "Mathlib.LinearAlgebra.Basis", "Mathlib.LinearAlgebra.Quotient", "Mathlib.RingTheory.Ideal.Operations", "Mathlib.Data.ZMod.Basic", "Mathlib.Data.ZMod.IntUnitsPower", "Mathlib.Algebra.GroupPower.NegOnePow", "Mathlib.Algebra.Periodic", "Mathlib.Topology.UniformSpace.AbstractCompletion", "Mathlib.Topology.UniformSpace.Completion", "Mathlib.Topology.Algebra.UniformMulAction", "Mathlib.Data.Int.Interval", "Mathlib.Data.Int.SuccPred", "Mathlib.Data.Int.ConditionallyCompleteOrder", "Mathlib.Topology.Order.IntermediateValue", "Mathlib.Topology.Algebra.Order.Compact", "Mathlib.Algebra.BigOperators.WithTop", "Mathlib.Algebra.Order.Field.Canonical.Defs", "Mathlib.Algebra.Order.Field.Canonical.Basic", "Mathlib.Algebra.Order.Field.InjSurj", "Mathlib.Algebra.Order.Nonneg.Field", "Mathlib.Algebra.Order.Nonneg.Floor", "Mathlib.Algebra.Order.Pi", "Mathlib.Algebra.Order.Module.OrderedSMul", "Mathlib.Algebra.Order.Module.Pointwise", "Mathlib.Algebra.Bounds", "Mathlib.Data.Real.Archimedean", "Mathlib.Data.Real.Pointwise", "Mathlib.Order.ConditionallyCompleteLattice.Group", "Mathlib.Data.Real.NNReal", "Mathlib.Data.Set.Intervals.WithBotTop", "Mathlib.Data.ENNReal.Basic", "Mathlib.Data.ENNReal.Operations", "Mathlib.Data.ENNReal.Inv", "Mathlib.Data.ENNReal.Real", "Mathlib.Topology.EMetricSpace.Basic", "Mathlib.Topology.Bornology.Constructions", "Mathlib.Topology.MetricSpace.PseudoMetric", "Mathlib.Topology.MetricSpace.ProperSpace", "Mathlib.Topology.MetricSpace.Basic", "Mathlib.Topology.Metrizable.Basic", "Mathlib.Topology.Metrizable.Uniformity", "Mathlib.Topology.Instances.Discrete", "Mathlib.Topology.MetricSpace.Cauchy", "Mathlib.Topology.MetricSpace.Bounded", "Mathlib.Order.Filter.Archimedean", "Mathlib.Topology.Instances.Int", "Mathlib.Topology.Instances.Real", "Mathlib.Topology.Instances.NNReal", "Mathlib.Topology.Order.MonotoneContinuity", "Mathlib.Data.Real.Sqrt", "Mathlib.Data.Complex.Abs", "Mathlib.Data.Complex.BigOperators", "Mathlib.Data.Complex.Exponential", "Mathlib.LinearAlgebra.AffineSpace.Basic", "Mathlib.LinearAlgebra.AffineSpace.AffineMap", "Mathlib.LinearAlgebra.GeneralLinearGroup", "Mathlib.LinearAlgebra.AffineSpace.AffineEquiv", "Mathlib.LinearAlgebra.AffineSpace.Midpoint", "Mathlib.Algebra.Order.Module.Algebra", "Mathlib.GroupTheory.Submonoid.Order", "Mathlib.RingTheory.Subring.Units", "Mathlib.LinearAlgebra.Ray", "Mathlib.Analysis.Convex.Segment", "Mathlib.Analysis.Convex.Star", "Mathlib.LinearAlgebra.AffineSpace.AffineSubspace", "Mathlib.Analysis.Convex.Basic", "Mathlib.Algebra.DirectSum.Basic", "Mathlib.LinearAlgebra.DFinsupp", "Mathlib.Algebra.DirectSum.Module", "Mathlib.Topology.Algebra.InfiniteSum.Real", "Mathlib.Algebra.Order.Support", "Mathlib.Order.LiminfLimsup", "Mathlib.Order.Filter.CountableInter", "Mathlib.Topology.Algebra.Order.LiminfLimsup", "Mathlib.Topology.EMetricSpace.Lipschitz", "Mathlib.Data.Set.Intervals.OrdConnectedComponent", "Mathlib.Topology.Order.T5", "Mathlib.Topology.Instances.ENNReal", "Mathlib.Algebra.Algebra.Subalgebra.Basic", "Mathlib.LinearAlgebra.Projection", "Mathlib.Topology.Algebra.Module.Basic", "Mathlib.Algebra.Algebra.Tower", "Mathlib.Algebra.Algebra.Subalgebra.Tower", "Mathlib.RingTheory.Adjoin.Basic", "Mathlib.Topology.Algebra.Algebra", "Mathlib.Analysis.SpecificLimits.Basic", "Mathlib.Data.Rat.Denumerable", "Mathlib.SetTheory.Cardinal.Continuum", "Mathlib.Data.Real.Cardinality", "Mathlib.Data.Complex.Cardinality", "Mathlib.RingTheory.AlgebraTower", "Mathlib.Data.Finsupp.Fintype", "Mathlib.Algebra.DirectSum.Finsupp", "Mathlib.LinearAlgebra.DirectSum.TensorProduct", "Mathlib.LinearAlgebra.DirectSum.Finsupp", "Mathlib.Algebra.Algebra.Pi", "Mathlib.Algebra.BigOperators.RingEquiv", "Mathlib.Algebra.Star.BigOperators", "Mathlib.Algebra.Star.Module", "Mathlib.Data.Matrix.Basic", "Mathlib.Data.Matrix.Block", "Mathlib.Data.Matrix.RowCol", "Mathlib.LinearAlgebra.Matrix.Trace", "Mathlib.Data.Matrix.Basis", "Mathlib.LinearAlgebra.StdBasis", "Mathlib.LinearAlgebra.FinsuppVectorSpace", "Mathlib.LinearAlgebra.TensorProduct.Basis", "Mathlib.LinearAlgebra.FreeModule.Basic", "Mathlib.LinearAlgebra.LinearPMap", "Mathlib.LinearAlgebra.Basis.VectorSpace", "Mathlib.LinearAlgebra.Dimension.Basic", "Mathlib.LinearAlgebra.Dimension.Finrank", "Mathlib.RingTheory.Congruence", "Mathlib.RingTheory.Ideal.Quotient", "Mathlib.Algebra.BigOperators.Associated", "Mathlib.Order.Filter.Subsingleton", "Mathlib.Order.Filter.EventuallyConst", "Mathlib.Algebra.Algebra.RestrictScalars", "Mathlib.RingTheory.Finiteness", "Mathlib.Data.Matrix.Notation", "Mathlib.LinearAlgebra.Matrix.ToLin", "Mathlib.RingTheory.Nilpotent", "Mathlib.RingTheory.Noetherian", "Mathlib.RingTheory.UniqueFactorizationDomain", "Mathlib.RingTheory.PrincipalIdealDomain", "Mathlib.LinearAlgebra.InvariantBasisNumber", "Mathlib.LinearAlgebra.Dimension.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Basic", "Mathlib.LinearAlgebra.Dimension.Free", "Mathlib.LinearAlgebra.Isomorphisms", "Mathlib.Algebra.Group.Equiv.TypeTags", "Mathlib.Algebra.Ring.Fin", "Mathlib.RingTheory.Ideal.QuotientOperations", "Mathlib.Algebra.EuclideanDomain.Basic", "Mathlib.Data.List.Prime", "Mathlib.Data.Nat.Factors", "Mathlib.RingTheory.Int.Basic", "Mathlib.Data.ZMod.Quotient", "Mathlib.Data.Nat.GCD.BigOperators", "Mathlib.GroupTheory.NoncommPiCoprod", "Mathlib.Algebra.GCDMonoid.Multiset", "Mathlib.Algebra.GCDMonoid.Finset", "Mathlib.Data.Nat.PrimeFin", "Mathlib.NumberTheory.Divisors", "Mathlib.Data.Nat.MaxPowDiv", "Mathlib.NumberTheory.Padics.PadicVal", "Mathlib.Data.Nat.Factorization.Basic", "Mathlib.Tactic.Peel", "Mathlib.GroupTheory.Exponent", "Mathlib.Combinatorics.Enumerative.Composition", "Mathlib.Combinatorics.Enumerative.Partition", "Mathlib.Data.Fintype.Perm", "Mathlib.GroupTheory.Perm.Support", "Mathlib.GroupTheory.Perm.List", "Mathlib.Data.Finset.Fin", "Mathlib.GroupTheory.Perm.Sign", "Mathlib.Logic.Equiv.Fintype", "Mathlib.GroupTheory.Perm.Finite", "Mathlib.GroupTheory.Perm.Cycle.Basic", "Mathlib.GroupTheory.Perm.Cycle.Factors", "Mathlib.GroupTheory.Perm.Closure", "Mathlib.Tactic.NormNum.GCD", "Mathlib.GroupTheory.Perm.Cycle.Type", "Mathlib.Init.Data.Prod", "Mathlib.GroupTheory.MonoidLocalization", "Mathlib.RingTheory.Localization.Basic", "Mathlib.RingTheory.Localization.FractionRing", "Mathlib.Algebra.MonoidAlgebra.Basic", "Mathlib.Algebra.Group.UniqueProds", "Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors", "Mathlib.Algebra.FreeAlgebra", "Mathlib.Algebra.CharP.Algebra", "Mathlib.Algebra.CharP.ExpChar", "Mathlib.Algebra.CharP.Two", "Mathlib.Data.Nat.Count", "Mathlib.Data.Nat.Periodic", "Mathlib.Data.Nat.Totient", "Mathlib.GroupTheory.Subgroup.Simple", "Mathlib.GroupTheory.SpecificGroups.Cyclic", "Mathlib.GroupTheory.PGroup", "Mathlib.GroupTheory.Torsion", "Mathlib.RingTheory.Coprime.Ideal", "Mathlib.Algebra.Module.Torsion", "Mathlib.LinearAlgebra.Dimension.Constructions", "Mathlib.LinearAlgebra.Dimension.Finite", "Mathlib.FieldTheory.Finiteness", "Mathlib.Data.W.Basic", "Mathlib.Data.W.Cardinal", "Mathlib.SetTheory.Cardinal.Subfield", "Mathlib.LinearAlgebra.Dimension.DivisionRing", "Mathlib.LinearAlgebra.FiniteDimensional", "Mathlib.LinearAlgebra.Dimension.LinearMap", "Mathlib.Algebra.MonoidAlgebra.Support", "Mathlib.Algebra.MonoidAlgebra.Degree", "Mathlib.Algebra.Regular.Pow", "Mathlib.Data.Multiset.Antidiagonal", "Mathlib.Data.Finsupp.Antidiagonal", "Mathlib.Data.MvPolynomial.Basic", "Mathlib.Data.MvPolynomial.Rename", "Mathlib.Data.MvPolynomial.Degrees", "Mathlib.Data.MvPolynomial.Variables", "Mathlib.Data.MvPolynomial.CommRing", "Mathlib.Data.Nat.WithBot", "Mathlib.Data.Polynomial.Basic", "Mathlib.Data.Polynomial.Monomial", "Mathlib.Data.Polynomial.Coeff", "Mathlib.Data.Nat.Cast.WithTop", "Mathlib.Data.Polynomial.Degree.Definitions", "Mathlib.Data.Polynomial.Induction", "Mathlib.Data.Polynomial.Eval", "Mathlib.Data.Polynomial.AlgebraMap", "Mathlib.Data.MvPolynomial.Equiv", "Mathlib.Data.Polynomial.Derivative", "Mathlib.Data.Polynomial.Degree.Lemmas", "Mathlib.Algebra.MonoidAlgebra.Division", "Mathlib.Data.Polynomial.EraseLead", "Mathlib.Data.Polynomial.Inductions", "Mathlib.Data.Polynomial.Degree.TrailingDegree", "Mathlib.Data.Polynomial.Reverse", "Mathlib.Data.Polynomial.Monic", "Mathlib.Data.Polynomial.Div", "Mathlib.Algebra.Polynomial.BigOperators", "Mathlib.Data.Polynomial.RingDivision", "Mathlib.RingTheory.EuclideanDomain", "Mathlib.Data.Polynomial.FieldDivision", "Mathlib.Tactic.ComputeDegree", "Mathlib.Data.Polynomial.CancelLeads", "Mathlib.RingTheory.Polynomial.Content", "Mathlib.RingTheory.Polynomial.Basic", "Mathlib.RingTheory.Polynomial.Quotient", "Mathlib.RingTheory.JacobsonIdeal", "Mathlib.Logic.Equiv.TransferInstance", "Mathlib.RingTheory.Ideal.LocalRing", "Mathlib.Data.Polynomial.Expand", "Mathlib.Data.Polynomial.Laurent", "Mathlib.Data.PEquiv", "Mathlib.Data.Matrix.PEquiv", "Mathlib.GroupTheory.Perm.Option", "Mathlib.GroupTheory.Perm.Fin", "Mathlib.Data.Fintype.Sort", "Mathlib.LinearAlgebra.Multilinear.Basic", "Mathlib.LinearAlgebra.Multilinear.Basis", "Mathlib.LinearAlgebra.Alternating.Basic", "Mathlib.LinearAlgebra.Matrix.Determinant", "Mathlib.LinearAlgebra.Matrix.MvPolynomial", "Mathlib.LinearAlgebra.Matrix.Polynomial", "Mathlib.LinearAlgebra.Matrix.Adjugate", "Mathlib.LinearAlgebra.TensorProduct.Tower", "Mathlib.RingTheory.TensorProduct.Basic", "Mathlib.RingTheory.MatrixAlgebra", "Mathlib.Data.Matrix.DMatrix", "Mathlib.RingTheory.PolynomialAlgebra", "Mathlib.LinearAlgebra.Matrix.Charpoly.Basic", "Mathlib.LinearAlgebra.Matrix.Reindex", "Mathlib.Data.Polynomial.Identities", "Mathlib.RingTheory.Polynomial.Tower", "Mathlib.RingTheory.Polynomial.Nilpotent", "Mathlib.LinearAlgebra.Matrix.Charpoly.Coeff", "Mathlib.LinearAlgebra.Matrix.Charpoly.LinearMap", "Mathlib.RingTheory.Adjoin.FG", "Mathlib.RingTheory.Adjoin.Tower", "Mathlib.Data.Polynomial.Module.Basic", "Mathlib.RingTheory.FiniteType", "Mathlib.RingTheory.Polynomial.ScaleRoots", "Mathlib.RingTheory.IntegralClosure", "Mathlib.FieldTheory.Minpoly.Basic", "Mathlib.RingTheory.Polynomial.IntegralNormalization", "Mathlib.RingTheory.Algebraic", "Mathlib.FieldTheory.Minpoly.Field", "Mathlib.LinearAlgebra.Charpoly.Basic", "Mathlib.LinearAlgebra.FreeModule.StrongRankCondition", "Mathlib.LinearAlgebra.FreeModule.Finite.Matrix", "Mathlib.FieldTheory.Tower", "Mathlib.Algebra.CharP.Invertible", "Mathlib.Data.Complex.Module", "Mathlib.Data.Complex.Order", "Mathlib.Analysis.Normed.Group.Seminorm", "Mathlib.GroupTheory.Archimedean", "Mathlib.Topology.Algebra.Order.Archimedean", "Mathlib.Topology.Instances.Nat", "Mathlib.Topology.Instances.Rat", "Mathlib.Data.Set.Intervals.ProjIcc", "Mathlib.Topology.Bornology.Hom", "Mathlib.Topology.MetricSpace.Lipschitz", "Mathlib.Topology.MetricSpace.Algebra", "Mathlib.Topology.MetricSpace.Antilipschitz", "Mathlib.Topology.MetricSpace.Isometry", "Mathlib.Topology.MetricSpace.IsometricSMul", "Mathlib.Topology.Defs.Sequences", "Mathlib.Topology.Sequences", "Mathlib.Analysis.Normed.Group.Basic", "Mathlib.Analysis.Normed.Group.Hom", "Mathlib.RingTheory.NonUnitalSubring.Basic", "Mathlib.Algebra.Algebra.NonUnitalSubalgebra", "Mathlib.Topology.MetricSpace.Dilation", "Mathlib.Topology.MetricSpace.DilationEquiv", "Mathlib.Analysis.Normed.Field.Basic", "Mathlib.Analysis.Normed.MulAction", "Mathlib.Analysis.NormedSpace.Basic", "Mathlib.Analysis.NormedSpace.LinearIsometry", "Mathlib.Algebra.Star.Pointwise", "Mathlib.Algebra.Star.Center", "Mathlib.Algebra.Star.StarAlgHom", "Mathlib.Algebra.Star.Subalgebra", "Mathlib.Algebra.Star.Unitary", "Mathlib.Topology.Algebra.Module.Star", "Mathlib.Analysis.NormedSpace.Star.Basic", "Mathlib.Analysis.NormedSpace.ContinuousLinearMap", "Mathlib.Analysis.RCLike.Basic", "Mathlib.Topology.Algebra.InfiniteSum.Module", "Mathlib.Topology.Instances.RealVectorSpace", "Mathlib.Analysis.Complex.Basic", "Mathlib.Data.Sign", "Mathlib.LinearAlgebra.AffineSpace.Combination", "Mathlib.LinearAlgebra.AffineSpace.Independent", "Mathlib.LinearAlgebra.AffineSpace.Basis", "Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional", "Mathlib.Analysis.Convex.Between", "Mathlib.Analysis.Convex.Hull", "Mathlib.Analysis.Convex.Combination", "Mathlib.Analysis.Convex.Function", "Mathlib.Analysis.Convex.Jensen", "Mathlib.Analysis.Convex.Strict", "Mathlib.Topology.Order.ProjIcc", "Mathlib.Topology.CompactOpen", "Mathlib.Data.Set.Intervals.Instances", "Mathlib.Topology.UnitInterval", "Mathlib.Topology.Connected.PathConnected", "Mathlib.Topology.Algebra.Affine", "Mathlib.Analysis.Convex.Topology", "Mathlib.Topology.MetricSpace.HausdorffDistance", "Mathlib.Topology.MetricSpace.Thickening", "Mathlib.Analysis.Normed.Group.Pointwise", "Mathlib.Analysis.Normed.Group.AddTorsor", "Mathlib.Analysis.NormedSpace.AddTorsor", "Mathlib.Analysis.Convex.Normed", "Mathlib.Algebra.Order.Group.TypeTags", "Mathlib.Analysis.Normed.Order.Basic", "Mathlib.Analysis.NormedSpace.Real", "Mathlib.Analysis.NormedSpace.Pointwise", "Mathlib.Analysis.NormedSpace.Ray", "Mathlib.Analysis.Convex.StrictConvexSpace", "Mathlib.Analysis.Convex.Uniform", "Mathlib.Topology.Algebra.GroupCompletion", "Mathlib.Topology.MetricSpace.Completion", "Mathlib.Analysis.Normed.Group.Completion", "Mathlib.Topology.Bornology.Absorbs", "Mathlib.Analysis.LocallyConvex.Basic", "Mathlib.Analysis.Seminorm", "Mathlib.Algebra.Module.LinearMap.Pointwise", "Mathlib.Analysis.LocallyConvex.BalancedCoreHull", "Mathlib.Analysis.LocallyConvex.Bounded", "Mathlib.Topology.Algebra.FilterBasis", "Mathlib.Topology.Algebra.UniformConvergence", "Mathlib.Topology.Algebra.Equicontinuity", "Mathlib.Topology.MetricSpace.Equicontinuity", "Mathlib.Topology.Algebra.Module.LocallyConvex", "Mathlib.Analysis.LocallyConvex.WithSeminorms", "Mathlib.Topology.Algebra.Module.StrongTopology", "Mathlib.Analysis.NormedSpace.OperatorNorm.Basic", "Mathlib.Analysis.NormedSpace.OperatorNorm.Bilinear", "Mathlib.Analysis.NormedSpace.OperatorNorm.NNNorm", "Mathlib.Analysis.NormedSpace.Span", "Mathlib.Analysis.NormedSpace.OperatorNorm.NormedSpace", "Mathlib.Topology.Algebra.Ring.Ideal", "Mathlib.Topology.Algebra.UniformRing", "Mathlib.Analysis.NormedSpace.Completion", "Mathlib.Topology.Algebra.Module.Multilinear.Basic", "Mathlib.Analysis.NormedSpace.Multilinear.Basic", "Mathlib.Algebra.BigOperators.Module", "Mathlib.Analysis.Normed.Group.InfiniteSum", "Mathlib.Logic.Equiv.PartialEquiv", "Mathlib.Order.Copy", "Mathlib.Topology.Sets.Opens", "Mathlib.Topology.PartialHomeomorph", "Mathlib.Analysis.Asymptotics.Asymptotics", "Mathlib.Analysis.SpecificLimits.Normed", "Mathlib.Analysis.NormedSpace.Units", "Mathlib.Analysis.NormedSpace.OperatorNorm.Completeness", "Mathlib.Analysis.NormedSpace.OperatorNorm.Mul", "Mathlib.Analysis.NormedSpace.BoundedLinearMaps", "Mathlib.Analysis.InnerProductSpace.Basic", "Mathlib.LinearAlgebra.SesquilinearForm", "Mathlib.Analysis.InnerProductSpace.Orthogonal", "Mathlib.Topology.GDelta", "Mathlib.Topology.Baire.Lemmas", "Mathlib.Topology.Baire.CompleteMetrizable", "Mathlib.LinearAlgebra.AffineSpace.Restrict", "Mathlib.Analysis.NormedSpace.AffineIsometry", "Mathlib.Analysis.NormedSpace.Banach", "Mathlib.Analysis.InnerProductSpace.Symmetric", "Mathlib.Analysis.NormedSpace.RCLike", "Mathlib.Analysis.Asymptotics.Theta", "Mathlib.Analysis.Asymptotics.AsymptoticEquivalent", "Mathlib.Analysis.Normed.Group.Lemmas", "Mathlib.Analysis.NormedSpace.RieszLemma", "Mathlib.Control.Bifunctor", "Mathlib.Logic.Equiv.Functor", "Mathlib.Order.JordanHolder", "Mathlib.Order.CompactlyGenerated.Intervals", "Mathlib.RingTheory.SimpleModule", "Mathlib.Topology.Algebra.Module.Simple", "Mathlib.Data.Matrix.Invertible", "Mathlib.LinearAlgebra.Matrix.NonsingularInverse", "Mathlib.LinearAlgebra.Matrix.Basis", "Mathlib.LinearAlgebra.Determinant", "Mathlib.Topology.Algebra.Module.Determinant", "Mathlib.Topology.Algebra.Module.FiniteDimension", "Mathlib.Topology.Instances.Matrix", "Mathlib.Analysis.NormedSpace.FiniteDimension", "Mathlib.Analysis.RCLike.Lemmas", "Mathlib.Algebra.DirectSum.Decomposition", "Mathlib.Analysis.InnerProductSpace.Projection", "Mathlib.Analysis.Convex.Slope", "Mathlib.Analysis.SpecialFunctions.Exp", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic", "Mathlib.Analysis.Normed.Group.Quotient", "Mathlib.Algebra.Ring.AddAut", "Mathlib.GroupTheory.Divisible", "Mathlib.Algebra.ModEq", "Mathlib.Order.Circular", "Mathlib.Algebra.Order.ToIntervalMod", "Mathlib.Topology.Instances.AddCircle", "Mathlib.Analysis.Normed.Group.AddCircle", "Mathlib.Algebra.CharZero.Quotient", "Mathlib.Topology.Instances.Sign", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Angle", "Mathlib.Analysis.SpecialFunctions.Trigonometric.Inverse", "Mathlib.Analysis.SpecialFunctions.Complex.Arg", "Mathlib.Analysis.SpecialFunctions.Log.Basic", "Mathlib.Analysis.SpecialFunctions.Complex.Log", "Mathlib.Analysis.SpecialFunctions.Pow.Complex", "Mathlib.Analysis.SpecialFunctions.Pow.Real", "Mathlib.Analysis.Convex.SpecificFunctions.Basic", "Mathlib.Analysis.SpecialFunctions.Pow.NNReal", "Mathlib.Data.Real.ConjExponents", "Mathlib.Analysis.MeanInequalities", "Mathlib.Order.Atoms.Finite", "Mathlib.Data.Fintype.Order", "Mathlib.Analysis.NormedSpace.WithLp", "Mathlib.Analysis.NormedSpace.PiLp", "Mathlib.LinearAlgebra.UnitaryGroup", "Mathlib.Analysis.InnerProductSpace.PiL2", "HepLean.SpaceTime.LorentzVector.Basic", "Mathlib.Algebra.Lie.Basic", "Mathlib.Algebra.Lie.Subalgebra", "Mathlib.Data.SetLike.Fintype", "Mathlib.Algebra.Divisibility.Prod", "Mathlib.RingTheory.Nakayama", "Mathlib.RingTheory.Artinian", "Mathlib.Algebra.Lie.Submodule", "Mathlib.Algebra.Lie.OfAssociative", "Mathlib.Algebra.Lie.IdealOperations", "Mathlib.Algebra.Lie.Abelian", "Mathlib.LinearAlgebra.Matrix.Transvection", "Mathlib.Algebra.CharP.Reduced", "Mathlib.RingTheory.IntegralDomain", "Mathlib.RingTheory.RootsOfUnity.Basic", "Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup", "Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup", "Mathlib.LinearAlgebra.Matrix.Nondegenerate", "Mathlib.RingTheory.Localization.Integer", "Mathlib.LinearAlgebra.Matrix.ToLinearEquiv", "Mathlib.Algebra.Lie.Matrix", "Mathlib.LinearAlgebra.Basis.Bilinear", "Mathlib.LinearAlgebra.Matrix.SesquilinearForm", "Mathlib.Tactic.NoncommRing", "Mathlib.Algebra.Lie.SkewAdjoint", "Mathlib.LinearAlgebra.SymplecticGroup", "Mathlib.Algebra.Lie.Classical", "HepLean.SpaceTime.MinkowskiMetric"]}, "proofMetadata": {"hasProof": true, "proof": ":= by\n simp only [minkowskiMetric.eq_time_minus_inner_prod]\n refine Continuous.add ?_ ?_\n \u00b7 refine Continuous.comp' (continuous_mul_left _) $ Continuous.comp'\n (continuous_apply (Sum.inl 0))\n (Continuous.comp' continuous_subtype_val continuous_subtype_val)\n \u00b7 refine Continuous.comp' continuous_neg $ Continuous.inner\n (Continuous.comp' (Pi.continuous_precomp Sum.inr) continuous_const)\n (Continuous.comp' (Pi.continuous_precomp Sum.inr) (Continuous.comp'\n continuous_subtype_val continuous_subtype_val))", "proofType": "tactic", "proofLengthLines": 9, "proofLengthTokens": 535}}